Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def get_sentiment(input_text):
|
|
| 9 |
|
| 10 |
#Launch the web
|
| 11 |
iface = gr.Interface(
|
| 12 |
-
fn = get_sentiment
|
| 13 |
inputs = "text",
|
| 14 |
outputs = "text",
|
| 15 |
title = "My first AI App",
|
|
|
|
| 9 |
|
| 10 |
#Launch the web
|
| 11 |
iface = gr.Interface(
|
| 12 |
+
fn = get_sentiment,
|
| 13 |
inputs = "text",
|
| 14 |
outputs = "text",
|
| 15 |
title = "My first AI App",
|