Spaces:
Running
Running
Update app.py
Browse files
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="
|
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"])
|