mdj1412 commited on
Commit
3a89cea
1 Parent(s): 1551173

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,4 +10,6 @@ README = """
10
 
11
 
12
  gr.Markdown(README)
13
- gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
 
 
 
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()