mdj1412 commited on
Commit
766e63e
1 Parent(s): c6580a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -8,13 +8,15 @@ README = """
8
 
9
  """
10
 
11
- with gr.Blocks() as demo:
12
- gr.Markdown(README)
13
 
14
- with gr.Tab("Korean version"):
15
- #gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
16
 
17
- with gr.Tab("English version"):
18
- #gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
19
 
20
- demo.launch()
 
 
 
8
 
9
  """
10
 
11
+ # with gr.Blocks() as demo:
12
+ # gr.Markdown(README)
13
 
14
+ # with gr.Tab("Korean version"):
15
+ # gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
16
 
17
+ # with gr.Tab("English version"):
18
+ # gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
19
 
20
+ # demo.launch()
21
+
22
+ gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()