nchime commited on
Commit
84ac48d
โ€ข
1 Parent(s): 9b833fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="๊ธฐ์ค€: ์—ฌ์„ฑ/๊ฐ€์กฑ, ๋‚จ์„ฑ, ์„ฑ์†Œ์ˆ˜์ž, ์ธ์ข…/๊ตญ์ , ์—ฐ๋ น, ์ง€์—ญ, ์ข…๊ต, ๊ธฐํƒ€ ํ˜์˜ค, ์•…ํ”Œ/์š•์„ค, outputs="textbox")
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