Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,4 +21,4 @@ iface = gr.Interface(
|
|
| 21 |
description="Enter a sentence to get the sentiment (Positive or Negative)."
|
| 22 |
)
|
| 23 |
|
| 24 |
-
iface.launch(
|
|
|
|
| 21 |
description="Enter a sentence to get the sentiment (Positive or Negative)."
|
| 22 |
)
|
| 23 |
|
| 24 |
+
iface.launch()
|