tsilva commited on
Commit
bca6a0c
·
verified ·
1 Parent(s): c8f080b

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. environment.yml +1 -6
  2. requirements.txt +6 -0
environment.yml CHANGED
@@ -6,10 +6,5 @@ dependencies:
6
  - python=3.11
7
  - pip
8
  - pip:
9
- - python-dotenv
10
- - anthropic
11
- - openai
12
- - langchain
13
- - googlemaps
14
- - gradio>=5.0.0
15
 
 
6
  - python=3.11
7
  - pip
8
  - pip:
9
+ - -r requirements.txt
 
 
 
 
 
10
 
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ python-dotenv
2
+ anthropic
3
+ openai
4
+ langchain
5
+ googlemaps
6
+ gradio>=5.0.0