Spaces:
Runtime error
Runtime error
EZGG
commited on
Commit
•
1373c2e
1
Parent(s):
2153f10
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ outputs = gr.outputs.Textbox(label="Reply")
|
|
22 |
|
23 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
24 |
description="Ask anything you want",
|
25 |
-
theme="compact").launch(share=
|
|
|
22 |
|
23 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
24 |
description="Ask anything you want",
|
25 |
+
theme="compact").launch(share=False)
|