Vincent Claes commited on
Commit
6876e6c
β€’
1 Parent(s): caf0bce

add pipenv

Browse files
Files changed (4) hide show
  1. Pipfile +14 -0
  2. Pipfile.lock +0 -0
  3. README.md +1 -1
  4. requirements.txt +2 -1
Pipfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [[source]]
2
+ url = "https://pypi.org/simple"
3
+ verify_ssl = true
4
+ name = "pypi"
5
+
6
+ [packages]
7
+ transformers = "*"
8
+ gradio = "*"
9
+
10
+ [dev-packages]
11
+
12
+ [requires]
13
+ python_version = "3.9"
14
+ python_full_version = "3.9.13"
Pipfile.lock ADDED
The diff for this file is too large to render. See raw diff
 
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: Vacancy Keyword Extraction
3
  emoji: πŸš€
4
  colorFrom: blue
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 3.12.0
8
  app_file: app.py
 
2
  title: Vacancy Keyword Extraction
3
  emoji: πŸš€
4
  colorFrom: blue
5
+ colorTo: white
6
  sdk: gradio
7
  sdk_version: 3.12.0
8
  app_file: app.py
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- transformers
 
 
1
+ transformers
2
+ gradio