qisan commited on
Commit
3d4e13e
1 Parent(s): 66ed726

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -28,6 +28,5 @@ with gr.Blocks() as demo:
28
  text_button.click(analyse, inputs = inputs_text, outputs = output_text_sentiment)
29
 
30
 
31
-
32
-
33
- demo.launch(debug = True)
 
28
  text_button.click(analyse, inputs = inputs_text, outputs = output_text_sentiment)
29
 
30
 
31
+ if __name__ == "__main__":
32
+ demo.launch()