Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,5 @@ iface = gr.Interface(
|
|
| 31 |
description="Enter text and click 'Submit' to see sentiment results."
|
| 32 |
)
|
| 33 |
|
| 34 |
-
if
|
| 35 |
iface.launch()
|
|
|
|
| 31 |
description="Enter text and click 'Submit' to see sentiment results."
|
| 32 |
)
|
| 33 |
|
| 34 |
+
if __name__ == "__main__":
|
| 35 |
iface.launch()
|