Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|