amirgame197 commited on
Commit
6015db0
1 Parent(s): 927e8af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,6 +58,6 @@ examples = [['./input.mp4'],]
58
  iface = gr.Interface(
59
  fn=doo,
60
  inputs=["video", gr.components.Radio(['Normal', 'Fast'], label='Select mode', value='Normal', info= 'Normal is more accurate, but takes longer. | Fast has lower accuracy so the process will be faster.')],
61
- outputs="video", examples=examtitl, title=title, description=description
62
  )
63
  iface.launch()
 
58
  iface = gr.Interface(
59
  fn=doo,
60
  inputs=["video", gr.components.Radio(['Normal', 'Fast'], label='Select mode', value='Normal', info= 'Normal is more accurate, but takes longer. | Fast has lower accuracy so the process will be faster.')],
61
+ outputs="video", examples=examples, title=title, description=description
62
  )
63
  iface.launch()