Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chatfinanz/chatfinanz
chatfinanz
/
demo
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dxdcx
commited on
Mar 25
Commit
f3053ac
·
verified
·
1 Parent(s):
38b912a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -237,4 +237,4 @@ demo = gr.ChatInterface(
237
)
238
239
if __name__ == "__main__":
240
-
demo.launch()
237
)
238
239
if __name__ == "__main__":
240
+
demo.launch(
share=True
)