Update app.py
Browse files
app.py
CHANGED
@@ -184,4 +184,4 @@ demo = gr.ChatInterface(
|
|
184 |
)
|
185 |
# launch chatbot and calls the talk function which in turn calls other functions
|
186 |
print("check3I")
|
187 |
-
demo.launch(
|
|
|
184 |
)
|
185 |
# launch chatbot and calls the talk function which in turn calls other functions
|
186 |
print("check3I")
|
187 |
+
demo.launch(share=True)
|