Spaces:
Running
Running
Upload tool
Browse files- app.py +1 -0
- requirements.txt +1 -2
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from smolagents import launch_gradio_demo
|
|
|
2 |
from tool import HFModelDownloadsTool
|
3 |
|
4 |
tool = HFModelDownloadsTool()
|
|
|
1 |
from smolagents import launch_gradio_demo
|
2 |
+
from typing import Optional
|
3 |
from tool import HFModelDownloadsTool
|
4 |
|
5 |
tool = HFModelDownloadsTool()
|
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
-
agents_package
|
2 |
-
huggingface_hub
|
3 |
smolagents
|
|
|
|
|
|
|
|
1 |
smolagents
|
2 |
+
huggingface_hub
|