Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guychuk
/
gpt2-dos
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
guychuk
commited on
12 days ago
Commit
03edcf2
·
verified
·
1 Parent(s):
34650c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,7 +12,7 @@ def respond(
12
temperature,
13
top_p,
14
):
15
-
return pipe(message)
16
17
18
"""
12
temperature,
13
top_p,
14
):
15
+
return pipe(message)
["generated_text"]
16
17
18
"""