alexnasa commited on
Commit
f246a5c
·
verified ·
1 Parent(s): 780320d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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.