Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("
|
| 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 |
|