m-ric HF staff commited on
Commit
747747e
·
verified ·
1 Parent(s): 66c8bc6

Upload tool

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. 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