Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ iface = gr.Interface(fn = sentiment_getter,
|
|
11 |
outputs = ["text"],
|
12 |
title = "sentiment analysis" ,
|
13 |
description = "this app is analyze out sentence and give the results")
|
14 |
-
iface.launch()
|
|
|
11 |
outputs = ["text"],
|
12 |
title = "sentiment analysis" ,
|
13 |
description = "this app is analyze out sentence and give the results")
|
14 |
+
iface.launch()
|