Pendrokar commited on
Commit
9f5de7f
1 Parent(s): b32681b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -2,15 +2,23 @@
2
  title: DeepMoji
3
  emoji: 🎭
4
  colorFrom: yellow
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.8.0
 
8
  python_version: 3.8
9
- model_name: hf-deepmoji
10
- base_model: Uberduck/torchmoji
11
  app_file: app.py
12
- pinned: false
13
- license: gpl-3.0
 
 
 
 
 
 
 
14
  ---
15
 
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
2
  title: DeepMoji
3
  emoji: 🎭
4
  colorFrom: yellow
5
+ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.8.0
8
+ suggested_hardware: cpu-basic
9
  python_version: 3.8
10
+ models:
11
+ - Uberduck/torchmoji
12
  app_file: app.py
13
+ tags:
14
+ - emotion
15
+ - sentiment
16
+ - emoji
17
+ - emoticon
18
+ pinned: true
19
+ preload_from_hub:
20
+ - Uberduck/torchmoji
21
+ license: mit
22
  ---
23
 
24
+ Fork of: [https://github.com/huggingface/torchMoji](https://github.com/huggingface/torchMoji)