Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files- __pycache__/simple_inference.cpython-310.pyc +0 -0
- app.py +1 -1
__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
|