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

import paths updated in app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,8 +1,8 @@
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
7
  import torch
8
  import numpy as np
 
1
  from PIL import Image
2
  import gradio as gr
3
+ from FGT_codes.tool.video_inpainting import video_inpainting
4
+ from SiamMask.tools.test import *
5
+ from SiamMask.experiments.siammask_sharp.custom import Custom
6
  from types import SimpleNamespace
7
  import torch
8
  import numpy as np