Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ interface = gr.Interface(
|
|
| 20 |
allow_flagging="never" # 🚀 Makes API accessible without UI issues
|
| 21 |
)
|
| 22 |
|
| 23 |
-
interface.launch(share=True
|
|
|
|
| 20 |
allow_flagging="never" # 🚀 Makes API accessible without UI issues
|
| 21 |
)
|
| 22 |
|
| 23 |
+
interface.launch(share=True)
|