update app.py
Browse files
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()
|