recluzegeek commited on
Commit
7668264
·
verified ·
1 Parent(s): 8c5c24b

Update requirements.txt

Browse files

To test locally, ensure Gradio extra is installed: `pip install "smolagents[gradio]"` — required for `GradioUI`.

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,3 +3,4 @@ smolagents==1.13.0
3
  requests
4
  duckduckgo_search
5
  pandas
 
 
3
  requests
4
  duckduckgo_search
5
  pandas
6
+ smolagents[gradio]