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