mdj1412 commited on
Commit
c49cab1
1 Parent(s): d564f5f

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,10 +5,11 @@ README = """
5
  It is a program that classifies whether it is positive or negative by entering movie reviews.
6
  You can choose between the Korean version and the English version.
7
  ## Usage
8
-
9
  """
10
 
11
  with gr.Blocks() as demo:
12
  gr.Markdown(README)
13
 
 
14
  gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
 
5
  It is a program that classifies whether it is positive or negative by entering movie reviews.
6
  You can choose between the Korean version and the English version.
7
  ## Usage
8
+
9
  """
10
 
11
  with gr.Blocks() as demo:
12
  gr.Markdown(README)
13
 
14
+ demo.launch()
15
  gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()