Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,10 +60,10 @@ def app_interface():
|
|
60 |
with gr.Row():
|
61 |
with gr.Column():
|
62 |
for text_box in input_text_boxes:
|
63 |
-
text_box
|
64 |
with gr.Column():
|
65 |
-
compute_button
|
66 |
-
output_display
|
67 |
|
68 |
compute_button.click(
|
69 |
fn=compute_embeddings,
|
|
|
60 |
with gr.Row():
|
61 |
with gr.Column():
|
62 |
for text_box in input_text_boxes:
|
63 |
+
text_box
|
64 |
with gr.Column():
|
65 |
+
compute_button
|
66 |
+
output_display
|
67 |
|
68 |
compute_button.click(
|
69 |
fn=compute_embeddings,
|