Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omkar56
/
text_generation_model
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
omkar56
commited on
Dec 6, 2023
Commit
58ef054
·
1 Parent(s):
cf9f7eb
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ async def generate_text(request: Request, prompt: str = Body()):
38
seed=random.randint(0, 10**7),
39
)[0]
40
41
-
return response
.token.text
38
seed=random.randint(0, 10**7),
39
)[0]
40
41
+
return response