Spaces:
Sleeping
Sleeping
michelebasilico
commited on
Commit
•
327dfaa
1
Parent(s):
3526238
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ def predict(message, history):
|
|
38 |
return output[0]["generated_text"]
|
39 |
|
40 |
iface = gr.ChatInterface(predict)
|
41 |
-
iface.launch()
|
|
|
38 |
return output[0]["generated_text"]
|
39 |
|
40 |
iface = gr.ChatInterface(predict)
|
41 |
+
iface.launch(share=True)
|