Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m1n9k7
/
code-llama2-7b
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
m1n9k7
commited on
Dec 17, 2023
Commit
b49a819
·
1 Parent(s):
f57ec00
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ with gr.Blocks(title="code llama 7b") as demo:
61
62
msg.submit(respond,[msg, chatbot],[msg, chatbot])
63
64
-
demo.launch()
61
62
msg.submit(respond,[msg, chatbot],[msg, chatbot])
63
64
+
demo.launch(
share=True
)