Spaces:
Runtime error
Runtime error
Commit
ยท
d841b4c
1
Parent(s):
7c0ba16
using hyeonseo model
Browse files
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 |
|