FantasticGNU commited on
Commit
5b7b967
1 Parent(s): ef7e4fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
174
  with gr.Row():
175
  with gr.Column(scale=1):
176
  with gr.Row(scale=3):
177
- image_path = gr.Image(type="filepath", label="Query Image", value=None)
178
  with gr.Row(scale=3):
179
  normal_img_path = gr.Image(type="filepath", label="Normal Image (optional)", value=None)
180
  with gr.Row(scale=1):
 
174
  with gr.Row():
175
  with gr.Column(scale=1):
176
  with gr.Row(scale=3):
177
+ image_path = gr.Image(type="filepath", label="Query Image", value='crack_concrete.jpg')
178
  with gr.Row(scale=3):
179
  normal_img_path = gr.Image(type="filepath", label="Normal Image (optional)", value=None)
180
  with gr.Row(scale=1):