Upload app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,6 @@ README = """
|
|
10 |
|
11 |
|
12 |
gr.Markdown(README)
|
13 |
-
gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment"
|
|
|
|
|
|
10 |
|
11 |
|
12 |
gr.Markdown(README)
|
13 |
+
gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment",
|
14 |
+
inputs=gr.Textbox(lines=5, label="Input Text")
|
15 |
+
).launch()
|