echung682 commited on
Commit
67069a4
·
verified ·
1 Parent(s): e8f8e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,6 +194,6 @@ with gr.Blocks(title="Emotion Reader", theme=gr.themes.Ocean()) as emotion_reade
194
  outputs=[emotion_result, plot_output]
195
  )
196
 
197
- # Launch the interface
198
  if __name__ == "__main__":
199
  emotion_reader.launch()
 
194
  outputs=[emotion_result, plot_output]
195
  )
196
 
197
+ # Launch the interface
198
  if __name__ == "__main__":
199
  emotion_reader.launch()