gabrielwithhappy commited on
Commit
d841b4c
ยท
1 Parent(s): 7c0ba16

using hyeonseo model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,7 +97,8 @@ with gr.Blocks(theme='pseudolab/huggingface-korea-theme') as demo:
97
 
98
  with gr.Tab("๋ฐ๋ชจ"):
99
  Link_TXT = gr.Textbox(label="๋‰ด์Šค ๋‚ด์šฉ", placeholder = "๋‰ด์Šค ๊ธฐ์‚ฌ ๋‚ด์šฉ์„ ์ž…๋ ฅํ•˜์„ธ์š”.")
100
- gr.load("models/gabrielyang/finance_news_classifier-KR_v7",
 
101
  inputs = Link_TXT)
102
  Link_URL = gr.Textbox(label="๋‰ด์Šค URL")
103
 
 
97
 
98
  with gr.Tab("๋ฐ๋ชจ"):
99
  Link_TXT = gr.Textbox(label="๋‰ด์Šค ๋‚ด์šฉ", placeholder = "๋‰ด์Šค ๊ธฐ์‚ฌ ๋‚ด์šฉ์„ ์ž…๋ ฅํ•˜์„ธ์š”.")
100
+ # gr.load("models/gabrielyang/finance_news_classifier-KR_v7",
101
+ gr.load("models/Hyeonseo/ko-finance_news_classifier",
102
  inputs = Link_TXT)
103
  Link_URL = gr.Textbox(label="๋‰ด์Šค URL")
104