Harshb11 commited on
Commit
705cd38
·
verified ·
1 Parent(s): 66394c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,8 +44,7 @@ pos_tagger = load_pos_model()
44
  emotion_detector = load_emotion_model()
45
  ner = load_ner_model()
46
 
47
- example_text = "Diwansing girase recently gave a motivational talk at Google Headquarters in California. The event was organized by Hugging Face and attended by more than 200 developers. People described the event as inspiring, energetic, and absolutely fantastic.” Later, Rohit also announced a collaboration with Microsoft to develop AI tools for students. Despite some concerns about data privacy, the overall response from the audience was extremely positive.
48
- "
49
 
50
  with st.sidebar:
51
  page = option_menu(menu_title='Menu',
 
44
  emotion_detector = load_emotion_model()
45
  ner = load_ner_model()
46
 
47
+ example_text = "Diwansing girase recently gave a motivational talk at Google Headquarters in California. The event was organized by Hugging Face and attended by more than 200 developers. People described the event as inspiring, energetic, and absolutely fantastic Later, Rohit also announced a collaboration with Microsoft to develop AI tools for students.Despite some concerns about data privacy, the overall response from the audience was extremely positive"
 
48
 
49
  with st.sidebar:
50
  page = option_menu(menu_title='Menu',