Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
6015db0
1
Parent(s):
927e8af
Update app.py
Browse files
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=
|
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()
|