Spaces:
Sleeping
Sleeping
switch import to use smolagents launch_gradio_demo library
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
from tool import TextToImageTool
|
3 |
|
4 |
launch_gradio_demo(TextToImageTool)
|
|
|
1 |
+
from smolagents import launch_gradio_demo
|
2 |
from tool import TextToImageTool
|
3 |
|
4 |
launch_gradio_demo(TextToImageTool)
|