Spaces:
Running
Running
Commit
·
dfd0681
1
Parent(s):
5b436ab
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,6 @@ iface2 = gr.Interface(
|
|
94 |
gr.Textbox(label="Topics")
|
95 |
])
|
96 |
|
97 |
-
iface = gr.TabbedInterface([
|
98 |
|
99 |
iface.launch()
|
|
|
94 |
gr.Textbox(label="Topics")
|
95 |
])
|
96 |
|
97 |
+
iface = gr.TabbedInterface([iface_sentence, iface2], ["Sentence", "Dataset"])
|
98 |
|
99 |
iface.launch()
|