Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tenyx/Llama3-TenyxChat-70B
ssbagpcm
/
Llama3-TenyxChat-70B
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sarath-shekkizhar
commited on
May 2, 2024
Commit
ef90a85
·
verified
·
1 Parent(s):
2c3805a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,6 +86,6 @@ demo = gr.ChatInterface(
86
87
88
if __name__ == "__main__":
89
-
demo.queue(max_size=4).launch(
share=True
)
90
91
86
87
88
if __name__ == "__main__":
89
+
demo.queue(max_size=4).launch()
90
91