Spaces:
Sleeping
Sleeping
fix typo
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ try:
|
|
| 65 |
ylabel="Probability",
|
| 66 |
height=400
|
| 67 |
),
|
| 68 |
-
title="
|
| 69 |
description="This app uses the DistilBERT model fine-tuned for emotion detection. Enter any text to analyze its emotional content.",
|
| 70 |
examples=[
|
| 71 |
["I am so happy to see you!"],
|
|
@@ -88,4 +88,4 @@ if __name__ == "__main__":
|
|
| 88 |
logger.info("Gradio app launched successfully")
|
| 89 |
except Exception as e:
|
| 90 |
logger.error(f"Failed to launch Gradio app: {str(e)}")
|
| 91 |
-
raise
|
|
|
|
| 65 |
ylabel="Probability",
|
| 66 |
height=400
|
| 67 |
),
|
| 68 |
+
title="Emotion Detection with DistilBERT",
|
| 69 |
description="This app uses the DistilBERT model fine-tuned for emotion detection. Enter any text to analyze its emotional content.",
|
| 70 |
examples=[
|
| 71 |
["I am so happy to see you!"],
|
|
|
|
| 88 |
logger.info("Gradio app launched successfully")
|
| 89 |
except Exception as e:
|
| 90 |
logger.error(f"Failed to launch Gradio app: {str(e)}")
|
| 91 |
+
raise
|