fixed inputs
Browse files
app.py
CHANGED
@@ -537,10 +537,11 @@ examples = [
|
|
537 |
]
|
538 |
iface = gr.Interface(fn=main,
|
539 |
inputs=[gr.Dropdown(["katip,katipunan",
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
|
|
544 |
gr.Dropdown(["LDA",
|
545 |
"BERTopic"],
|
546 |
label="Model")
|
|
|
537 |
]
|
538 |
iface = gr.Interface(fn=main,
|
539 |
inputs=[gr.Dropdown(["katip,katipunan",
|
540 |
+
"bgc,bonifacio global city",
|
541 |
+
"cubao",
|
542 |
+
"taft",
|
543 |
+
"pobla,poblacion"],
|
544 |
+
label="Dataset"),
|
545 |
gr.Dropdown(["LDA",
|
546 |
"BERTopic"],
|
547 |
label="Model")
|