Spaces:
Sleeping
Sleeping
Commit
·
e892c78
1
Parent(s):
d32c629
Update app.py
Browse files
app.py
CHANGED
|
@@ -1466,4 +1466,4 @@ demo = gr.Interface(
|
|
| 1466 |
|
| 1467 |
if __name__ == "__main__":
|
| 1468 |
demo.queue()
|
| 1469 |
-
demo.launch(
|
|
|
|
| 1466 |
|
| 1467 |
if __name__ == "__main__":
|
| 1468 |
demo.queue()
|
| 1469 |
+
demo.launch(show_api=True, allow_flagging="never")
|