Spaces:
Runtime error
Runtime error
Commit
·
93b4a68
1
Parent(s):
d3bb9d5
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ description = "Provide an opinion regarding a movie and this app will suggest wh
|
|
30 |
iface = gr.Interface(predict_sentiment,
|
31 |
inputs= gradio.inputs.Textbox( lines=1, placeholder=None, default="", label=None),
|
32 |
outputs='text',
|
33 |
-
title="Sentiment
|
34 |
description=description,
|
35 |
theme="grass")
|
36 |
iface.launch(enable_queue = True, inline=False, share = True)
|
|
|
30 |
iface = gr.Interface(predict_sentiment,
|
31 |
inputs= gradio.inputs.Textbox( lines=1, placeholder=None, default="", label=None),
|
32 |
outputs='text',
|
33 |
+
title="Sentiment Analysis of Movie Reviews",
|
34 |
description=description,
|
35 |
theme="grass")
|
36 |
iface.launch(enable_queue = True, inline=False, share = True)
|