Spaces:
Runtime error
Runtime error
Commit
·
6ef2507
1
Parent(s):
dd0abe0
!init
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def generate(text: str):
|
|
17 |
can be found [here](https://huggingface.co/google/flan-t5-small).
|
18 |
"""
|
19 |
output = pipe(text)
|
20 |
-
return {"output": output[0]["generated_text"]}
|
|
|
17 |
can be found [here](https://huggingface.co/google/flan-t5-small).
|
18 |
"""
|
19 |
output = pipe(text)
|
20 |
+
return {"output": output[0]["generated_text"]}
|