Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,9 +115,9 @@ def prev_image(index):
|
|
| 115 |
# Gradio interface
|
| 116 |
with gr.Blocks() as interface:
|
| 117 |
# Welcome message and general instructions
|
| 118 |
-
gr.Markdown("## Welcome to the
|
| 119 |
gr.Markdown("""
|
| 120 |
-
This app allows you to upload multiple images, process them using a custom YOLO model, and download the processed images along with their YOLO-format annotations.
|
| 121 |
|
| 122 |
### How to Use:
|
| 123 |
1. **Upload**: Upload multiple images for processing.
|
|
@@ -129,7 +129,7 @@ with gr.Blocks() as interface:
|
|
| 129 |
|
| 130 |
# Step 1: Upload Instructions
|
| 131 |
gr.Markdown("### Step 1: Upload Your Images")
|
| 132 |
-
gr.Markdown("Upload multiple image files that you want to process using the model. The supported file types are JPEG and PNG.")
|
| 133 |
|
| 134 |
# Multiple file input and display area
|
| 135 |
file_input = gr.Files(label="Upload multiple image files", type="filepath")
|
|
|
|
| 115 |
# Gradio interface
|
| 116 |
with gr.Blocks() as interface:
|
| 117 |
# Welcome message and general instructions
|
| 118 |
+
gr.Markdown("## Welcome to the Construction Image Processing App!")
|
| 119 |
gr.Markdown("""
|
| 120 |
+
This app allows you to upload multiple construction-related images, process them using a custom YOLO model, and download the processed images along with their YOLO-format annotations.
|
| 121 |
|
| 122 |
### How to Use:
|
| 123 |
1. **Upload**: Upload multiple images for processing.
|
|
|
|
| 129 |
|
| 130 |
# Step 1: Upload Instructions
|
| 131 |
gr.Markdown("### Step 1: Upload Your Images")
|
| 132 |
+
gr.Markdown("Upload multiple construction-related image files that you want to process using the model. The supported file types are JPEG and PNG.")
|
| 133 |
|
| 134 |
# Multiple file input and display area
|
| 135 |
file_input = gr.Files(label="Upload multiple image files", type="filepath")
|