Spaces:
Sleeping
Sleeping
Update app.py
Browse filesupdated with public link
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with gr.Blocks() as app:
|
|
| 29 |
|
| 30 |
predict_button.click(fn=predict_sentiment, inputs=input_text, outputs=output_text)
|
| 31 |
|
| 32 |
-
app.launch(mcp_server=True)
|
| 33 |
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
predict_button.click(fn=predict_sentiment, inputs=input_text, outputs=output_text)
|
| 31 |
|
| 32 |
+
app.launch(mcp_server=True,ssr_mode=False,share=True)
|
| 33 |
|
| 34 |
|
| 35 |
|