Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremoved erroneous code
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 !
|