Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ print("HF HUB =", huggingface_hub.__version__)
|
|
| 15 |
import gradio as gr
|
| 16 |
|
| 17 |
def test(img, audio):
|
| 18 |
-
return
|
| 19 |
|
| 20 |
demo = gr.Interface(
|
| 21 |
fn=test,
|
|
|
|
| 15 |
import gradio as gr
|
| 16 |
|
| 17 |
def test(img, audio):
|
| 18 |
+
return "test.mp4"
|
| 19 |
|
| 20 |
demo = gr.Interface(
|
| 21 |
fn=test,
|