Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
flydust/MagpieLM-4B
yuchenlin
/
MagpieLM-4B
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yuchenlin
commited on
Sep 18, 2024
Commit
e7e3b25
·
verified
·
1 Parent(s):
e55bd08
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -80,4 +80,5 @@ demo = gr.ChatInterface(
80
)
81
82
if __name__ == "__main__":
83
demo.launch(share=True)
80
)
81
82
if __name__ == "__main__":
83
+
demo.queue()
84
demo.launch(share=True)