Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ iface = gr.Interface(fn=chatbot,
|
|
| 40 |
title="AI Chatbot trained on J. Haynes mediation material, v0.1",
|
| 41 |
description="test")
|
| 42 |
|
| 43 |
-
iface.launch(share=
|
|
|
|
| 40 |
title="AI Chatbot trained on J. Haynes mediation material, v0.1",
|
| 41 |
description="test")
|
| 42 |
|
| 43 |
+
iface.launch(share=False)
|