fixed gradio interface
Browse files
app.py
CHANGED
@@ -538,7 +538,7 @@ iface = gr.Interface(fn=main,
|
|
538 |
"BERTopic"],
|
539 |
label="Model")
|
540 |
],
|
541 |
-
examples=examples
|
542 |
outputs=["text",
|
543 |
"text"])
|
544 |
iface.launch()
|
|
|
538 |
"BERTopic"],
|
539 |
label="Model")
|
540 |
],
|
541 |
+
examples=examples,
|
542 |
outputs=["text",
|
543 |
"text"])
|
544 |
iface.launch()
|