douglasgoodwin commited on
Commit
7d213ed
·
verified ·
1 Parent(s): d52c7c9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ try:
65
  ylabel="Probability",
66
  height=400
67
  ),
68
- title="CREATIVE MACHINES: 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,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