Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ Text1Input = gr.inputs.Textbox(lines=10, placeholder="Escriba el texto aqui ..."
|
|
59 |
Text2Input = gr.inputs.Textbox(lines=10, placeholder="Escriba el otro texto aqui ...")
|
60 |
LabelOutput = gr.outputs.Label(num_top_classes=None, type="auto", label="")
|
61 |
DataFrameOutput = gr.outputs.Dataframe(headers=["Similitud Semántica"]
|
62 |
-
, max_rows=20, max_cols=None, overflow_row_behaviour="paginate", type="
|
63 |
|
64 |
iface = gr.Interface(fn=Main
|
65 |
, inputs=[ Modelos, Text1Input ,Text2Input]
|
|
|
59 |
Text2Input = gr.inputs.Textbox(lines=10, placeholder="Escriba el otro texto aqui ...")
|
60 |
LabelOutput = gr.outputs.Label(num_top_classes=None, type="auto", label="")
|
61 |
DataFrameOutput = gr.outputs.Dataframe(headers=["Similitud Semántica"]
|
62 |
+
, max_rows=20, max_cols=None, overflow_row_behaviour="paginate", type="pandas", label="Resultado")
|
63 |
|
64 |
iface = gr.Interface(fn=Main
|
65 |
, inputs=[ Modelos, Text1Input ,Text2Input]
|