RobotJelly commited on
Commit
0dc9ade
·
verified ·
1 Parent(s): 3fd5aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ from typing import Any, Optional
10
  #from tool import TextToImageTool
11
  #from transformers import launch_gradio_demo
12
 
13
- from Gradio_UI import GradioUI
 
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
16
  @tool
 
10
  #from tool import TextToImageTool
11
  #from transformers import launch_gradio_demo
12
 
13
+ #from Gradio_UI import GradioUI
14
+ from smolagents import GradioUI
15
 
16
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
17
  @tool