Bismay commited on
Commit
15fe318
·
1 Parent(s): 25b137d

fix gallery bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ def create_interface():
375
  input_image = gr.Image(type="pil", label="Upload Image")
376
  with gr.Row():
377
  example_btn = gr.Button("Load Example Image", variant="secondary", size="sm")
378
- gr.Markdown("or upload your own image above", size="sm")
379
 
380
  # Clothing Selection
381
  gr.Markdown("### Select Clothing Parts")
 
375
  input_image = gr.Image(type="pil", label="Upload Image")
376
  with gr.Row():
377
  example_btn = gr.Button("Load Example Image", variant="secondary", size="sm")
378
+ gr.Markdown("or upload your own image above")
379
 
380
  # Clothing Selection
381
  gr.Markdown("### Select Clothing Parts")