gbsim commited on
Commit
b1a5f77
·
verified ·
1 Parent(s): babbf8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def test(txt, vid):
7
  elif vid:
8
  return "vid"
9
 
10
- iface = gr.Interface(fn=test, inputs=["text", "video"], outputs="text", examples=[os.path.join(os.path.dirname(__file__), 'sample.mp4')])
11
  iface.launch(share=True)
 
7
  elif vid:
8
  return "vid"
9
 
10
+ iface = gr.Interface(fn=test, inputs=["text", "video"], outputs="text", examples=["test", os.path.join(os.path.dirname(__file__), 'sample.mp4')])
11
  iface.launch(share=True)