Spaces:
Runtime error
Runtime error
AzzamRadman
commited on
Commit
·
70f73b9
1
Parent(s):
3b34a04
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ iface = gr.Interface(fn=get_sentiment,
|
|
13 |
title='Sentiment Analysis',
|
14 |
description='Get sentiment positive/negative for the give input')
|
15 |
|
16 |
-
iface.launch(
|
|
|
13 |
title='Sentiment Analysis',
|
14 |
description='Get sentiment positive/negative for the give input')
|
15 |
|
16 |
+
iface.launch(inline=False)
|