samir1120 commited on
Commit
2685fe0
·
verified ·
1 Parent(s): 053528a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ with gr.Blocks(theme="compact") as demo:
25
  output_box = gr.Textbox(label="Sentiment Prediction")
26
  # Submit the input to the function and display the output in the output_box
27
  text_input.submit(fn=predict_sentiment, inputs=text_input, outputs=output_box)
28
- demo.launch(share=True
 
25
  output_box = gr.Textbox(label="Sentiment Prediction")
26
  # Submit the input to the function and display the output in the output_box
27
  text_input.submit(fn=predict_sentiment, inputs=text_input, outputs=output_box)
28
+ demo.launch(share=True)