minwoosun commited on
Commit
8bc0d41
·
verified ·
1 Parent(s): edcbfa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ if __name__ == "__main__":
233
 
234
  # Arrange UMAP plot and file output side by side
235
  with gr.Row():
236
- image_output = gr.Image(type="numpy", label="UMAP of UCE Embeddings")
237
  file_output = gr.File(label="Download embeddings")
238
  pred_output = gr.File(label="Download predictions")
239
 
 
233
 
234
  # Arrange UMAP plot and file output side by side
235
  with gr.Row():
236
+ image_output = gr.Image(type="numpy", label="UMAP_of_UCE_Embeddings")
237
  file_output = gr.File(label="Download embeddings")
238
  pred_output = gr.File(label="Download predictions")
239