Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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()
|
|
|