Spaces:
Runtime error
Runtime error
Update app.py
Browse filesDelete launch_gradio line
app.py
CHANGED
@@ -6,9 +6,6 @@ import yaml
|
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
from PIL import Image
|
8 |
|
9 |
-
|
10 |
-
launch_gradio_demo(TextToImageTool)
|
11 |
-
|
12 |
from Gradio_UI import GradioUI
|
13 |
|
14 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
from PIL import Image
|
8 |
|
|
|
|
|
|
|
9 |
from Gradio_UI import GradioUI
|
10 |
|
11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|