Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def get_sentiment(input_text):
|
|
| 11 |
iface= gr.Interface(
|
| 12 |
fn=get_sentiment,
|
| 13 |
inputs='text',
|
| 14 |
-
|
| 15 |
title='My first AI app',
|
| 16 |
description='Enter Some Text'
|
| 17 |
)
|
|
|
|
| 11 |
iface= gr.Interface(
|
| 12 |
fn=get_sentiment,
|
| 13 |
inputs='text',
|
| 14 |
+
outputs='text',
|
| 15 |
title='My first AI app',
|
| 16 |
description='Enter Some Text'
|
| 17 |
)
|