jsaplication commited on
Commit
6ef2507
1 Parent(s): dd0abe0
Files changed (1) hide show
  1. app.py +1 -1
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"]}