ShanukaB commited on
Commit
197add4
Β·
verified Β·
1 Parent(s): b929af2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: Multilingual Emotion Recognition
3
  emoji: 😊
4
  colorFrom: blue
5
  colorTo: purple
6
- sdk: gradio
7
- sdk_version: 4.44.0
8
- app_file: app.py
9
- pinned: false
10
- python_version: 3.11 # ← this is the key line! Forces Python 3.11 instead of 3.13
11
- ---
 
1
  ---
2
+ title: Emotion Detector Flask
3
  emoji: 😊
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: docker # ← important if you want more control (optional but helps)
7
+ sdk_version: latest
8
+ app_port: 7860 # ← tells Spaces which port to check
9
+ startup_duration_timeout: 45m # ← gives more time if model download is slow
10
+ ---
11
+ # Your app description here...