Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ footer {
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
-
iface = gr.Interface(theme="
|
65 |
fn=doo,
|
66 |
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.')],
|
67 |
outputs="video",
|
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
+
iface = gr.Interface(theme="Yntec/HaleyCH_Theme_Orange", css=css,
|
65 |
fn=doo,
|
66 |
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.')],
|
67 |
outputs="video",
|