vechism commited on
Commit
63240c2
·
verified ·
1 Parent(s): 82a4eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- """A tool that generates a close-up photograph of a mutant unicorn with butterfly wings holding
15
- a small brightfull orb with its tiny paws, looking at the center of the orb with a concentrated gaze.
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')