Archisman Karmakar commited on
Commit
ae13ab7
·
1 Parent(s): bd1e740

post 3 fix

Files changed (1) hide show
  1. app_main_hf.py +3 -3
app_main_hf.py CHANGED
@@ -141,18 +141,18 @@ def main():
141
 
142
  elif selection == "Stage 1: Sentiment Polarity Analysis":
143
  st.cache_resource.clear()
144
- free_memory()
145
  show_sentiment_analysis()
146
 
147
  elif selection == "Stage 2: Emotion Mood-tag Analysis":
148
  st.cache_resource.clear()
149
- free_memory()
150
  # show_emotion_analysis()
151
  st.write("This section is under development.")
152
 
153
  elif selection == "Stage 3: Text Transformation & Normalization":
154
  st.cache_resource.clear()
155
- free_memory()
156
  # show_text_transformation()
157
  st.write("This section is under development.")
158
 
 
141
 
142
  elif selection == "Stage 1: Sentiment Polarity Analysis":
143
  st.cache_resource.clear()
144
+ # free_memory()
145
  show_sentiment_analysis()
146
 
147
  elif selection == "Stage 2: Emotion Mood-tag Analysis":
148
  st.cache_resource.clear()
149
+ # free_memory()
150
  # show_emotion_analysis()
151
  st.write("This section is under development.")
152
 
153
  elif selection == "Stage 3: Text Transformation & Normalization":
154
  st.cache_resource.clear()
155
+ # free_memory()
156
  # show_text_transformation()
157
  st.write("This section is under development.")
158