Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
johann22/mixtral-chat-selenium
acecalisto3
/
MistriDevLab
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
johann22
commited on
Dec 20, 2023
Commit
d20a3a8
·
1 Parent(s):
22860f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,7 +86,7 @@ additional_inputs=[
86
step=0.05,
87
interactive=True,
88
info="Penalize repeated tokens",
89
-
),
output
90
91
]
92
86
step=0.05,
87
interactive=True,
88
info="Penalize repeated tokens",
89
+
),
gr.State()
90
91
]
92