oguzakif commited on
Commit
d0edeb1
1 Parent(s): 63eafea

python version set to 3.9.16

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +0 -3
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