Tonic commited on
Commit
e5acbb2
β€’
1 Parent(s): 29d4767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -290,16 +290,16 @@ def app_interface():
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():
 
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():