Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,5 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
50 |
|
51 |
convert_button.click(fn=image_to_parquet, inputs=[image_input], outputs=[download_button])
|
52 |
|
53 |
-
gr.Markdown("📌 speed / time of converting images to a .parquet file depends on both the number of images uploaded and the quality and size of the uploaded images invloved for the conversion.
|
54 |
-
")
|
55 |
demo.launch()
|
|
|
50 |
|
51 |
convert_button.click(fn=image_to_parquet, inputs=[image_input], outputs=[download_button])
|
52 |
|
53 |
+
gr.Markdown("📌 speed / time of converting images to a .parquet file depends on both the number of images uploaded and the quality and size of the uploaded images invloved for the conversion.")
|
|
|
54 |
demo.launch()
|