Spaces:
Sleeping
Sleeping
python version set to 3.9.16
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 3.24.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
python_version: 3.9.16
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
import subprocess
|
| 2 |
-
|
| 3 |
-
subprocess.run(["SiamMask/make.sh"])
|
| 4 |
from PIL import Image
|
| 5 |
import gradio as gr
|
| 6 |
from FGT_codes.tool.video_inpainting import video_inpainting
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from PIL import Image
|
| 2 |
import gradio as gr
|
| 3 |
from FGT_codes.tool.video_inpainting import video_inpainting
|