Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,6 @@ iface = gr.Interface(fn=get_sentiment,
|
|
| 13 |
outputs=['text'],
|
| 14 |
title='Sentiment Analysis',
|
| 15 |
description='Obtenha o sentimento do texto de entrada:'
|
| 16 |
-
)
|
|
|
|
|
|
|
|
|
| 13 |
outputs=['text'],
|
| 14 |
title='Sentiment Analysis',
|
| 15 |
description='Obtenha o sentimento do texto de entrada:'
|
| 16 |
+
)
|
| 17 |
+
|
| 18 |
+
iface.launch(inline=False)
|