AnishKumbhar commited on
Commit
2b94bcc
1 Parent(s): bbd8506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def generate(text: str):
14
  can be found [here](https://huggingface.co/google/flan-t5-small).
15
  """
16
 
17
- return {"output": "Dog is healthy!"}
 
14
  can be found [here](https://huggingface.co/google/flan-t5-small).
15
  """
16
 
17
+ return "Dog is healthy!"