Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,6 @@ async def process_inputs(message: str, panel_content):
|
|
| 26 |
try:
|
| 27 |
main.disabled = True
|
| 28 |
|
| 29 |
-
# Perform emotion classification
|
| 30 |
-
panel_content.append("##### ⚙️ Classifying emotions...")
|
| 31 |
results = await classify_emotion(message)
|
| 32 |
|
| 33 |
# Display results
|
|
|
|
| 26 |
try:
|
| 27 |
main.disabled = True
|
| 28 |
|
|
|
|
|
|
|
| 29 |
results = await classify_emotion(message)
|
| 30 |
|
| 31 |
# Display results
|