Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
peterkchung
/
quickChat
like
1
Build error
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: