Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -894,4 +894,4 @@ if __name__ == "__main__":
|
|
| 894 |
print("Running in colab mode")
|
| 895 |
|
| 896 |
|
| 897 |
-
interface.launch(share=USE_COLAB, max_threads=10)
|
|
|
|
| 894 |
print("Running in colab mode")
|
| 895 |
|
| 896 |
|
| 897 |
+
interface.launch(share=USE_COLAB, max_threads=10,api_open=True)
|