Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterkchung
/
quickChat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
peterkchung
commited on
Jan 11, 2024
Commit
0eb9662
·
verified
·
1 Parent(s):
1d5b074
Update app.py syntax error
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,7 @@ def retry_query(
69
lookback = 3,
70
max_new_tokens = 256,
71
):
72
-
if history
== None
:
73
pass
74
75
else:
69
lookback = 3,
70
max_new_tokens = 256,
71
):
72
+
if
not
history:
73
pass
74
75
else: