Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,8 @@ import emoji
|
|
| 7 |
import requests
|
| 8 |
|
| 9 |
# Convert Google Drive link to a direct image link
|
| 10 |
-
logo_url = "https://drive.google.com/uc?export=view&id=1cKAxqifPx3ytEsjpzFuHs7NGe7Ml2toW"
|
|
|
|
| 11 |
|
| 12 |
# Load the emotion detection pipeline (Hugging Face model)
|
| 13 |
emotion_detector = pipeline("text-classification", model="j-hartmann/emotion-english-distilroberta-base")
|
|
|
|
| 7 |
import requests
|
| 8 |
|
| 9 |
# Convert Google Drive link to a direct image link
|
| 10 |
+
#logo_url = "https://drive.google.com/uc?export=view&id=1cKAxqifPx3ytEsjpzFuHs7NGe7Ml2toW"
|
| 11 |
+
logo_url = "https://imgur.com/a/sLfAPMX" #imgur website
|
| 12 |
|
| 13 |
# Load the emotion detection pipeline (Hugging Face model)
|
| 14 |
emotion_detector = pipeline("text-classification", model="j-hartmann/emotion-english-distilroberta-base")
|