Nymbo commited on
Commit
6b5f8e9
·
verified ·
1 Parent(s): 5365296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def image_to_parquet(files):
40
 
41
  return parquet_file_path
42
 
43
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
44
  gr.Markdown(DESCRIPTIONz)
45
  with gr.Row():
46
  image_input = gr.File(label="Upload Images", type="filepath", file_count="multiple", file_types=["image"])
 
40
 
41
  return parquet_file_path
42
 
43
+ with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
44
  gr.Markdown(DESCRIPTIONz)
45
  with gr.Row():
46
  image_input = gr.File(label="Upload Images", type="filepath", file_count="multiple", file_types=["image"])