thatting commited on
Commit
42780f8
·
verified ·
1 Parent(s): 4705a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,10 +5,10 @@ import inspect
5
  import pandas as pd
6
  import yaml
7
 
8
- os.system('pip install "smolagents[transformers]"')
9
- os.system('pip install duckduckgo-search')
10
- os.system('pip install transformers')
11
- os.system('pip install openai')
12
 
13
  # Import modules and classes from openai and smolagents
14
  import openai
 
5
  import pandas as pd
6
  import yaml
7
 
8
+ # os.system('pip install "smolagents[transformers]"')
9
+ # os.system('pip install duckduckgo-search')
10
+ # os.system('pip install transformers')
11
+ # os.system('pip install openai')
12
 
13
  # Import modules and classes from openai and smolagents
14
  import openai