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