Spaces:
Runtime error
Runtime error
Commit ·
a65bfc5
1
Parent(s): a5a710b
Removed Security
Browse files
app.py
CHANGED
|
@@ -30,5 +30,5 @@ iface = gr.Interface(fn,
|
|
| 30 |
description=description,
|
| 31 |
theme="dark-seafoam",
|
| 32 |
allow_flagging="manual")
|
| 33 |
-
iface.launch(inline=False
|
| 34 |
|
|
|
|
| 30 |
description=description,
|
| 31 |
theme="dark-seafoam",
|
| 32 |
allow_flagging="manual")
|
| 33 |
+
iface.launch(inline=False)
|
| 34 |
|