Spaces:
Sleeping
Sleeping
Commit
·
f27bda1
1
Parent(s):
ef456da
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ iface = gr.Interface(fn = get_sentiment,
|
|
12 |
title='sentiment analysis',
|
13 |
description = "get sentiment")
|
14 |
|
15 |
-
iface.launch()
|
16 |
|
|
|
12 |
title='sentiment analysis',
|
13 |
description = "get sentiment")
|
14 |
|
15 |
+
iface.launch(inline = False)
|
16 |
|