Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,5 +20,5 @@ demo = gr.Interface(
|
|
| 20 |
description="Classify text into Positive, Negative, or Neutral using TextBlob."
|
| 21 |
)
|
| 22 |
|
| 23 |
-
if __name__ == "
|
| 24 |
demo.launch()
|
|
|
|
| 20 |
description="Classify text into Positive, Negative, or Neutral using TextBlob."
|
| 21 |
)
|
| 22 |
|
| 23 |
+
if __name__ == "__main__":
|
| 24 |
demo.launch()
|