Spaces:
Paused
Paused
Update gradio_batch.py
Browse files- gradio_batch.py +1 -1
gradio_batch.py
CHANGED
@@ -70,7 +70,7 @@ def zip_dir(dir_path, zip_path):
|
|
70 |
# -----------------------------
|
71 |
# Inference Functions (Use actual versions from your main file)
|
72 |
# -----------------------------
|
73 |
-
from
|
74 |
|
75 |
def run_batch_process(progress=gr.Progress()):
|
76 |
with open(CONFIG_FILE, 'r') as f:
|
|
|
70 |
# -----------------------------
|
71 |
# Inference Functions (Use actual versions from your main file)
|
72 |
# -----------------------------
|
73 |
+
from gradio_app import get_anchor_video, inference # Replace with real imports
|
74 |
|
75 |
def run_batch_process(progress=gr.Progress()):
|
76 |
with open(CONFIG_FILE, 'r') as f:
|