fatma812 commited on
Commit
6ab80cf
·
verified ·
1 Parent(s): 46f0610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 None
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,