tedlasai commited on
Commit
d3753fa
·
1 Parent(s): 8f87fe4
__pycache__/simple_inference.cpython-310.pyc CHANGED
Binary files a/__pycache__/simple_inference.cpython-310.pyc and b/__pycache__/simple_inference.cpython-310.pyc differ
 
app.py CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
8
  from PIL import Image
9
  from diffusers.utils import export_to_video
10
 
11
- from simple_inference import load_model, inference_on_image, convert_to_batch
12
 
13
  # -----------------------
14
  # 1. Load model
 
8
  from PIL import Image
9
  from diffusers.utils import export_to_video
10
 
11
+ from simple_inference import load_model, inference_on_image, convert_to_batch, write_output
12
 
13
  # -----------------------
14
  # 1. Load model