Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,6 @@ iface = gr.Interface(
|
|
74 |
|
75 |
# hack to prevent flickering of output
|
76 |
iface.dependencies[2]["show_progress"] = "hidden"
|
|
|
77 |
|
78 |
iface.launch()
|
|
|
74 |
|
75 |
# hack to prevent flickering of output
|
76 |
iface.dependencies[2]["show_progress"] = "hidden"
|
77 |
+
iface.dependencies[3]["show_progress"] = "hidden"
|
78 |
|
79 |
iface.launch()
|