Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ 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()
|
|
|
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()
|