Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,6 @@ def sentiment(text):
|
|
| 13 |
|
| 14 |
iface = gr.Interface(
|
| 15 |
fn=sentiment,
|
| 16 |
-
inputs=gr.Textbox(label="
|
| 17 |
outputs="text")
|
| 18 |
iface.launch()
|
|
|
|
| 13 |
|
| 14 |
iface = gr.Interface(
|
| 15 |
fn=sentiment,
|
| 16 |
+
inputs=gr.Textbox(label="input text"),
|
| 17 |
outputs="text")
|
| 18 |
iface.launch()
|