ammariii08 commited on
Commit
ae94cc2
·
verified ·
1 Parent(s): 33ffe73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def gradio_stitch_and_detect(image_files):
141
  # Gradio interface
142
  with gr.Blocks() as interface:
143
  gr.Markdown("<h1 style='color: #2196F3; text-align: center;'>Image Stitcher 🧵</h1>")
144
- gr.Markdown("<h3 style='color: #2196F3; text-align: center;'>=== Upload the images you want to stitch ===</h3>")
145
 
146
  image_upload = gr.Files(type="filepath", label="Upload Images")
147
  stitch_button = gr.Button("Stitch", variant="primary")
 
141
  # Gradio interface
142
  with gr.Blocks() as interface:
143
  gr.Markdown("<h1 style='color: #2196F3; text-align: center;'>Image Stitcher 🧵</h1>")
144
+ gr.Markdown("<h3 style='color: #2196F3; text-align: center;'>=== Upload the images (.jpg, .png, etc) you want to stitch ===</h3>")
145
 
146
  image_upload = gr.Files(type="filepath", label="Upload Images")
147
  stitch_button = gr.Button("Stitch", variant="primary")