Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
johann22/mixtral-chat-live
johann22
/
mixtral-chat-selenium
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johann22
commited on
Dec 23, 2023
Commit
efdc5f7
·
1 Parent(s):
5de10f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -360,7 +360,7 @@ def run(purpose,hist):
360
action_input,
361
)
362
if task == "END":
363
-
return "", history
364
365
366
360
action_input,
361
)
362
if task == "END":
363
+
return
[
"", history
]
364
365
366