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