Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,5 +91,5 @@ iface = gr.Interface(
|
|
91 |
flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
|
92 |
)
|
93 |
|
94 |
-
iface.launch(
|
95 |
|
|
|
91 |
flagging_mode="never" # Use flagging_mode instead of deprecated allow_flagging
|
92 |
)
|
93 |
|
94 |
+
iface.launch()
|
95 |
|