oguzakif commited on
Commit
5c50c01
1 Parent(s): 305bada

comment fgt function import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from PIL import Image
2
  import gradio as gr
3
- from video_inpainting import video_inpainting
4
  from tools.test import *
5
  from custom import Custom
6
  from types import SimpleNamespace
 
1
  from PIL import Image
2
  import gradio as gr
3
+ # from video_inpainting import video_inpainting
4
  from tools.test import *
5
  from custom import Custom
6
  from types import SimpleNamespace