Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manikandanmohan10
/
llama-3-8b-Instruct-bnb-4bit-e10-emp-gold-jul16
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
manikandan-zysec
commited on
Jul 19, 2024
Commit
8c1b0c5
·
1 Parent(s):
0fd859d
Update Space
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,4 +64,4 @@ demo = gr.ChatInterface(
64
65
66
if __name__ == "__main__":
67
-
demo.launch()
64
65
66
if __name__ == "__main__":
67
+
demo.launch(
share=True
)