Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def infer(prompt, cond_image_path, cond_audio_path):
|
|
154 |
if process.returncode != 0:
|
155 |
raise RuntimeError("Inference failed. Check inference.log for details.")
|
156 |
|
157 |
-
return "
|
158 |
|
159 |
|
160 |
with gr.Blocks(title="MultiTalk Inference") as demo:
|
|
|
154 |
if process.returncode != 0:
|
155 |
raise RuntimeError("Inference failed. Check inference.log for details.")
|
156 |
|
157 |
+
return "multi_long_mediumvram_exp.mp4"
|
158 |
|
159 |
|
160 |
with gr.Blocks(title="MultiTalk Inference") as demo:
|