Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def get_sentiment(input_text):
|
|
12 |
|
13 |
|
14 |
# Gradio ์ธํฐํ์ด์ค ์ค์
|
15 |
-
iface = gr.Interface(fn=get_sentiment, title="Sentiment Analysis", inputs="
|
16 |
|
17 |
# ์ธํฐํ์ด์ค ์คํ
|
18 |
iface.launch()
|
|
|
12 |
|
13 |
|
14 |
# Gradio ์ธํฐํ์ด์ค ์ค์
|
15 |
+
iface = gr.Interface(fn=get_sentiment, title="Sentiment Analysis", inputs="text", outputs="text")
|
16 |
|
17 |
# ์ธํฐํ์ด์ค ์คํ
|
18 |
iface.launch()
|