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