Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ iface = gr.ChatInterface(
|
|
44 |
)
|
45 |
|
46 |
if __name__ == '__main__':
|
47 |
-
iface.launch(
|
48 |
|
49 |
#!git config --global credential.helper store
|
50 |
|
|
|
44 |
)
|
45 |
|
46 |
if __name__ == '__main__':
|
47 |
+
iface.launch(share=True)
|
48 |
|
49 |
#!git config --global credential.helper store
|
50 |
|