rrg92 commited on
Commit
ec05561
·
verified ·
1 Parent(s): 391a4ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  txt = gr.Text();
55
  out = gr.Text();
56
 
57
- btn = gr.Button("Gerar embeddings")
58
  btn.click(TxtEmbed, [txt], [out])
59
 
60
 
 
54
  txt = gr.Text();
55
  out = gr.Text();
56
 
57
+ btn = gr.Button("Generate embeddings")
58
  btn.click(TxtEmbed, [txt], [out])
59
 
60