alpcansoydas commited on
Commit
594bc5d
1 Parent(s): 210dbcf

Upload 3 files

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. requirements.txt +5 -0
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: Example
3
- emoji: 🏢
4
  colorFrom: pink
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 4.40.0
8
  app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Mistral Sentiment Classification
3
+ emoji: 🐨
4
  colorFrom: pink
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.39.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ langchain==0.2.1
2
+ langchain-community==0.2.1
3
+ langchain-huggingface==0.0.3
4
+ langdetect
5
+ sentencepiece