Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
310461d
1
Parent(s):
5066517
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,5 @@ def doo(video, mode):
|
|
48 |
writer.release()
|
49 |
return 'output.mp4'
|
50 |
|
51 |
-
iface = gr.Interface(fn=doo, [gr.inputs.Video(type='filepath'),
|
52 |
-
gr.inputs.Radio(['Normal','Fast'], type="value", default='Fast', label='Select mode')], outputs="video")
|
53 |
iface.launch()
|
|
|
48 |
writer.release()
|
49 |
return 'output.mp4'
|
50 |
|
51 |
+
iface = gr.Interface(fn=doo, [gr.inputs.Video(type='filepath'), gr.inputs.Radio(['Normal','Fast'], type="value", default='Fast', label='Select mode')], outputs="video")
|
|
|
52 |
iface.launch()
|