Spaces:
Runtime error
Runtime error
AnishKumbhar
commited on
Commit
•
2b94bcc
1
Parent(s):
bbd8506
Update app.py
Browse files
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
|
|
|
14 |
can be found [here](https://huggingface.co/google/flan-t5-small).
|
15 |
"""
|
16 |
|
17 |
+
return "Dog is healthy!"
|