prithivMLmods commited on
Commit
8e19ae6
·
verified ·
1 Parent(s): b0c7311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -50,4 +50,6 @@ 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
  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
+ ")
55
  demo.launch()