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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,5 +7,6 @@ def test(txt, vid):
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)
 
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 = gr.Interface(fn=test, inputs=["text", "video"], outputs="text")
12
  iface.launch(share=True)