Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yufistudio
/
ChatGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rooni
commited on
Nov 18, 2023
Commit
ef69185
·
1 Parent(s):
a4fb07e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,7 +17,7 @@ def generate_response(prompt):
17
}
18
19
data = {
20
-
"
prompt
": prompt,
21
"max_tokens": 150,
22
}
23
17
}
18
19
data = {
20
+
"
inputs
": prompt,
21
"max_tokens": 150,
22
}
23