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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()