Spaces:
Runtime error
Runtime error
Commit
·
3347b29
1
Parent(s):
2f879b8
Update Sentiment_Analyzer_app.py
Browse files
Sentiment_Analyzer_app.py
CHANGED
|
@@ -6,4 +6,4 @@ def func(utterance):
|
|
| 6 |
import gradio as gr
|
| 7 |
descriptions = "Enter a text and get the sentiment prediction."
|
| 8 |
app = gr.Interface(fn=func, inputs="text", outputs="text", title="Sentiment Analayzer", description=descriptions)
|
| 9 |
-
app.launch(
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
descriptions = "Enter a text and get the sentiment prediction."
|
| 8 |
app = gr.Interface(fn=func, inputs="text", outputs="text", title="Sentiment Analayzer", description=descriptions)
|
| 9 |
+
app.launch()
|