Upload app.py
Browse files
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 |
-
|
69 |
-
|
70 |
-
|
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()
|