Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,6 @@ with gr.Blocks(css=css) as demo:
|
|
137 |
)
|
138 |
|
139 |
with gr.Column(elem_id="col-container"):
|
140 |
-
gr.Markdown("## Upload an image, then click **Run Inference** to process it.")
|
141 |
|
142 |
# 1) Image upload component. We set type="filepath" so the callback
|
143 |
# (run_with_upload) will receive a local path to the uploaded file.
|
|
|
137 |
)
|
138 |
|
139 |
with gr.Column(elem_id="col-container"):
|
|
|
140 |
|
141 |
# 1) Image upload component. We set type="filepath" so the callback
|
142 |
# (run_with_upload) will receive a local path to the uploaded file.
|