hardknee commited on
Commit
0dcc1e3
·
verified ·
1 Parent(s): c6ec1b0

Update app.py

Browse files

Delete launch_gradio line

Files changed (1) hide show
  1. app.py +0 -3
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 !