mdj1412 commited on
Commit
f871c84
1 Parent(s): c49cab1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -11,5 +11,6 @@ README = """
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()
 
 
11
  with gr.Blocks() as demo:
12
  gr.Markdown(README)
13
 
14
+ gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment").launch()
15
+
16
+ demo.launch()