Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ def classify_text(text):
|
|
43 |
|
44 |
|
45 |
|
46 |
-
demo = gr.Interface(fn=classify_text, inputs="textbox", title="๋ถ์ ์ ๋ฌธ์ฅ ๊ฒ์ถ๊ธฐ", theme="soft", description="๊ธฐ์ค: ์ฌ์ฑ/๊ฐ์กฑ, ๋จ์ฑ, ์ฑ์์์, ์ธ์ข
/๊ตญ์ , ์ฐ๋ น, ์ง์ญ, ์ข
๊ต, ๊ธฐํ ํ์ค,
|
47 |
demo.launch()
|
48 |
|
|
|
43 |
|
44 |
|
45 |
|
46 |
+
demo = gr.Interface(fn=classify_text, inputs="textbox", title="๋ถ์ ์ ๋ฌธ์ฅ ๊ฒ์ถ๊ธฐ", theme="soft", description="๊ธฐ์ค: ์ฌ์ฑ/๊ฐ์กฑ, ๋จ์ฑ, ์ฑ์์์, ์ธ์ข
/๊ตญ์ , ์ฐ๋ น, ์ง์ญ, ์ข
๊ต, ๊ธฐํ ํ์ค, ์
ํ/์์ค", outputs="textbox")
|
47 |
demo.launch()
|
48 |
|