jfarray commited on
Commit
06b480a
1 Parent(s): 54c0de7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="auto", label="Resultado")
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]