Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -290,16 +290,16 @@ def app_interface():
|
|
290 |
outputs=output_display_connector
|
291 |
)
|
292 |
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
|
304 |
with gr.Row():
|
305 |
with gr.Column():
|
|
|
290 |
outputs=output_display_connector
|
291 |
)
|
292 |
|
293 |
+
# with gr.Tab("Decode Embedding"):
|
294 |
+
# embedding_input = gr.Textbox(label="Enter Embedding (comma-separated floats)")
|
295 |
+
# decode_button = gr.Button("Decode")
|
296 |
+
# decoded_output = gr.Textbox(label="Decoded Embedding")
|
297 |
+
#
|
298 |
+
# decode_button.click(
|
299 |
+
# fn=decode_embedding,
|
300 |
+
# inputs=embedding_input,
|
301 |
+
# outputs=decoded_output
|
302 |
+
# )
|
303 |
|
304 |
with gr.Row():
|
305 |
with gr.Column():
|