Spaces:
Sleeping
Sleeping
Upload tool
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,5 +2,4 @@ from smolagents import launch_gradio_demo
|
|
| 2 |
from tool import SuperheroPartyThemeTool
|
| 3 |
|
| 4 |
tool = SuperheroPartyThemeTool()
|
| 5 |
-
|
| 6 |
launch_gradio_demo(tool)
|
|
|
|
| 2 |
from tool import SuperheroPartyThemeTool
|
| 3 |
|
| 4 |
tool = SuperheroPartyThemeTool()
|
|
|
|
| 5 |
launch_gradio_demo(tool)
|
requirements.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
smolagents
|
|
|
|
| 1 |
+
smolagents
|