Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,13 +7,11 @@ from tools.final_answer import FinalAnswerTool
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
-
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
|
| 12 |
@tool
|
| 13 |
def mutant_unicorn(animal_name:str) -> str:
|
| 14 |
-
"""
|
| 15 |
-
|
| 16 |
-
The unicorn is in a clearing in the forest on a moonlit night and can be created from any animal.
|
| 17 |
|
| 18 |
Args:
|
| 19 |
animal_name: A string containing an animal name, real or mytical. (e.g., 'lion, dragon, worm, etc')
|
|
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
@tool
|
| 12 |
def mutant_unicorn(animal_name:str) -> str:
|
| 13 |
+
"""
|
| 14 |
+
A tool that generates an image of a magic mutant unicorn give an animal name.
|
|
|
|
| 15 |
|
| 16 |
Args:
|
| 17 |
animal_name: A string containing an animal name, real or mytical. (e.g., 'lion, dragon, worm, etc')
|