mdj1412 commited on
Commit
837f208
1 Parent(s): ac426cc

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -64,10 +64,10 @@ demo1 = gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment", in
64
  description=description, examples=examples)
65
  # demo = gr.Interface(fn=greet, inputs="text", outputs="text")
66
 
67
- demo2 = gr.Interface(fn=greet, inputs="text", outputs="text",
68
- title=title, theme="peach",
69
- allow_flagging="auto",
70
- description=description, examples=examples)
71
 
72
  if __name__ == "__main__":
73
- demo1.launch()
 
64
  description=description, examples=examples)
65
  # demo = gr.Interface(fn=greet, inputs="text", outputs="text")
66
 
67
+ # demo2 = gr.Interface(fn=greet, inputs="text", outputs="text",
68
+ # title=title, theme="peach",
69
+ # allow_flagging="auto",
70
+ # description=description, examples=examples)
71
 
72
  if __name__ == "__main__":
73
+ demo1.launch()