Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|