Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nruto/rxple
cosmosbot
/
cosmosai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nruto
commited on
Nov 21, 2024
Commit
43e7965
·
verified
·
1 Parent(s):
cfaa395
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,7 +60,7 @@ demo = gr.ChatInterface(
60
label="Top-p (nucleus sampling)",
61
),
62
],
63
-
css=css # Add the custom CSS here
64
)
65
66
60
label="Top-p (nucleus sampling)",
61
),
62
],
63
+
64
)
65
66