Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def infer():
|
|
50 |
|
51 |
print(f"RESULT: {mp4_file_path}")
|
52 |
|
53 |
-
return
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
with gr.Column():
|
|
|
50 |
|
51 |
print(f"RESULT: {mp4_file_path}")
|
52 |
|
53 |
+
return mp4_file_path
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
with gr.Column():
|