roll-ai commited on
Commit
8fda10d
·
verified ·
1 Parent(s): 5e57551

Update gradio_batch.py

Browse files
Files changed (1) hide show
  1. 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 main 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:
 
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: