Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kvikontent
/
Meta-Llama-3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kvikontent
commited on
May 15, 2024
Commit
59a5f85
·
verified
·
1 Parent(s):
6f82ba5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,8 +56,8 @@ demo = gr.ChatInterface(
56
step=0.05,
57
label="Top-p (nucleus sampling)",
58
),
59
-
theme="soft"
60
],
61
)
62
63
56
step=0.05,
57
label="Top-p (nucleus sampling)",
58
),
59
],
60
+
theme="soft"
61
)
62
63