Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -201,6 +201,5 @@ with gr.Blocks(title="⚡ Semantic Intent Router") as demo:
|
|
| 201 |
|
| 202 |
if __name__ == "__main__":
|
| 203 |
demo.launch(
|
| 204 |
-
share=True
|
| 205 |
-
enable_queue=False
|
| 206 |
)
|
|
|
|
| 201 |
|
| 202 |
if __name__ == "__main__":
|
| 203 |
demo.launch(
|
| 204 |
+
share=True
|
|
|
|
| 205 |
)
|