Spaces:
Runtime error
Runtime error
Eight
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Emotion Detective
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
@@ -8,6 +8,8 @@ sdk_version: 4.42.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# AI Emotion Detective - Jiraya Sensei
|
@@ -31,8 +33,8 @@ The information provided by this app is generated by AI using text analytics wit
|
|
31 |
|
32 |
1. Clone the repository:
|
33 |
```bash
|
34 |
-
git clone https://
|
35 |
-
cd
|
36 |
```
|
37 |
|
38 |
2. Install the required packages:
|
@@ -56,4 +58,4 @@ OPENAI_API_KEY=your_Kritim_key
|
|
56 |
OPENAI_BASE_URL=https://cloud.olakrutrim.com/v1
|
57 |
|
58 |
|
59 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: AI Emotion Detective
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
thumbnail: >-
|
12 |
+
https://cdn-uploads.huggingface.co/production/uploads/6468ce125d701566394dec99/FM323gaZXmvDYBBaTXLEm.png
|
13 |
---
|
14 |
|
15 |
# AI Emotion Detective - Jiraya Sensei
|
|
|
33 |
|
34 |
1. Clone the repository:
|
35 |
```bash
|
36 |
+
git clone https://huggingface.co/spaces/xeroISB/emotion-detective/
|
37 |
+
cd emotion-detective
|
38 |
```
|
39 |
|
40 |
2. Install the required packages:
|
|
|
58 |
OPENAI_BASE_URL=https://cloud.olakrutrim.com/v1
|
59 |
|
60 |
|
61 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|