Spaces:
Sleeping
Sleeping
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 Negative/Positive/Neutral for the given input')
|
15 |
|
16 |
-
iface.launch(
|
|
|
13 |
title= 'Sentiment Analysis',
|
14 |
description = 'Get Sentiment Negative/Positive/Neutral for the given input')
|
15 |
|
16 |
+
iface.launch(enable_queue=True)
|