Spaces:
Runtime error
Runtime error
wira.indra
commited on
Commit
•
c5f8334
1
Parent(s):
c5b3056
add twitter feature
Browse files
app.py
CHANGED
@@ -78,11 +78,13 @@ if __name__ == "__main__":
|
|
78 |
allow_flagging='never'
|
79 |
)
|
80 |
|
81 |
-
Parallel(
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
|
|
86 |
|
87 |
with gr.Tab("Twitter"):
|
88 |
with gr.Blocks():
|
|
|
78 |
allow_flagging='never'
|
79 |
)
|
80 |
|
81 |
+
# Parallel(
|
82 |
+
# sentiment_demo, ner_demo,
|
83 |
+
# inputs=gr.Textbox(lines=10, label="Input Text", placeholder="Enter sentences here..."),
|
84 |
+
# examples=examples
|
85 |
+
# )
|
86 |
+
|
87 |
+
gr.InterfaceList([sentiment_demo, ner_demo])
|
88 |
|
89 |
with gr.Tab("Twitter"):
|
90 |
with gr.Blocks():
|