Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
projects-jeru
/
test-B
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
avreymi
commited on
May 23, 2023
Commit
10631e7
·
1 Parent(s):
372c8e4
fix t5
Browse files
Files changed (1)
hide
show
t5.py
+1
-1
t5.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ pipe_flan = pipeline(model="bigscience/bloom-560m")
5
6
def t5(input):
7
output = pipe_flan(input)
8
-
return output
5
6
def t5(input):
7
output = pipe_flan(input)
8
+
return output
[0]["generated_text"]