LennardZuendorf commited on
Commit
f4a99aa
1 Parent(s): 696f753

chore: updating config and readme

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. README.md +5 -5
  3. requirements.txt +2 -1
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ /.env/
2
+ __pycache__/
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  title: Thesis
3
- emoji: 🏆
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.4.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
 
1
  ---
2
  title: Thesis
3
+ emoji: 🎓
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.4.0
8
+ app_file: ui.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
+
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio
2
  transformers
3
  torch
4
- shap
 
 
1
  gradio
2
  transformers
3
  torch
4
+ shap
5
+ accelerate