sparsh007 commited on
Commit
d2ade7e
1 Parent(s): 40ea2da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 YOLO Image Processing App!")
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")