Spaces:
Runtime error
Runtime error
Let demo to run
Browse files
app.py
CHANGED
@@ -69,4 +69,6 @@ demo = gr.ChatInterface(
|
|
69 |
clear_btn="Clear",
|
70 |
)
|
71 |
demo.queue(concurrency_count=1, max_size=5)
|
72 |
-
|
|
|
|
|
|
69 |
clear_btn="Clear",
|
70 |
)
|
71 |
demo.queue(concurrency_count=1, max_size=5)
|
72 |
+
|
73 |
+
if __name__ == "__main__":
|
74 |
+
demo.launch()
|