File size: 354 Bytes
20f8580
 
524ba70
 
 
 
 
 
a0052b7
524ba70
5f8104d
524ba70
 
 
 
 
 
b71f9a0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import gradio as gr


with gr.Blocks() as demo:
    gr.Markdown(
    """
    # Hello World!
    Start typing below to see the output.
    ---
    """)
    gr.Interface.load("models/gabrielyang/finance_news_classifier-KR_v7")

if __name__ == "__main__":
    demo.launch()



# gr.Interface.load("models/gabrielyang/finance_news_classifier-KR_v7").launch()