Update app.py
Browse files
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="
|
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 |
|