Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ iface = gr.Interface(fn = get_sentiment,
|
|
12 |
inputs = "text",
|
13 |
outputs = ['text'],
|
14 |
title = 'question-answering',
|
15 |
-
description="
|
16 |
|
17 |
iface.launch(inline = False)
|
|
|
12 |
inputs = "text",
|
13 |
outputs = ['text'],
|
14 |
title = 'question-answering',
|
15 |
+
description="question-answering for the given input")
|
16 |
|
17 |
iface.launch(inline = False)
|