Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,4 @@ iface = gr.Interface(
|
|
| 22 |
examples=examples,
|
| 23 |
allow_flagging=False,
|
| 24 |
).launch(debug=False,enable_queue=True)
|
| 25 |
-
iface.launch()
|
|
|
|
| 22 |
examples=examples,
|
| 23 |
allow_flagging=False,
|
| 24 |
).launch(debug=False,enable_queue=True)
|
| 25 |
+
#iface.launch()
|