Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pabloce/llama-cpp-agent
rajivmehtapy
/
llama-cpp-agent
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pabloce
commited on
May 18, 2024
Commit
c40d9be
·
verified
·
1 Parent(s):
ef5bc12
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,7 +57,7 @@ demo = gr.ChatInterface(
57
label="Top-p (nucleus sampling)",
58
),
59
],
60
-
theme=gr.themes.
Monochrome
()
61
)
62
63
57
label="Top-p (nucleus sampling)",
58
),
59
],
60
+
theme=gr.themes.
Glass
()
61
)
62
63