gabrielyang commited on
Commit
5f8104d
1 Parent(s): db1c743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ with gr.Blocks() as demo:
7
  # Hello World!
8
  Start typing below to see the output.
9
  """)
 
10
 
11
  if __name__ == "__main__":
12
  demo.launch()
 
7
  # Hello World!
8
  Start typing below to see the output.
9
  """)
10
+ gr.Interface.load("models/gabrielyang/finance_news_classifier-KR_v7")
11
 
12
  if __name__ == "__main__":
13
  demo.launch()