HaiderAUT commited on
Commit
bf3b94f
·
verified ·
1 Parent(s): 4f10614

Update app.py

Browse files

removed erroneous code

Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -6,11 +6,6 @@ import yaml
6
  from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
- image_generation_tool = tool.from_space(
10
- "black-forest-labs/FLUX.1-schnell",
11
- name="image_generator",
12
- description="Generate an image from a prompt"
13
- )
14
 
15
 
16
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
6
  from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
 
 
 
 
 
9
 
10
 
11
  # Below is an example of a tool that does nothing. Amaze us with your creativity !