Jan Kirenz commited on
Commit
bd85648
·
1 Parent(s): e431be9
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +6 -0
README.md CHANGED
@@ -8,7 +8,7 @@ sdk_version: 1.40.2
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: Interactive Marketing Text Generator powered by GPT-2
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: Interactive Marketing Text Generator
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit
2
+ transformers
3
+ torch
4
+ accelerate
5
+ bitsandbytes
6
+ sentencepiece