kerzel commited on
Commit
9f9d805
·
1 Parent(s): 67d93b2

fix indent

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -144,7 +144,8 @@ with gr.Blocks() as app:
144
 
145
  #image_input = gr.Image(value='data/X4-Aligned_cropped_upperleft_small.png', label='Example SEM Image (DP800 steel)',)
146
  image_input = gr.Image()
147
- with gr.Row():
 
148
  cluster_threshold_input = gr.Number(label='Cluster Threshold', value = 20,
149
  info='Grayscale value at which a pixel is attributed to a potential damage site')
150
  model1_threshold_input = gr.Number(label='Model 1 Threshold', value = 0.7, info='Threshold for the model identifying inclusions')
 
144
 
145
  #image_input = gr.Image(value='data/X4-Aligned_cropped_upperleft_small.png', label='Example SEM Image (DP800 steel)',)
146
  image_input = gr.Image()
147
+
148
+ with gr.Row():
149
  cluster_threshold_input = gr.Number(label='Cluster Threshold', value = 20,
150
  info='Grayscale value at which a pixel is attributed to a potential damage site')
151
  model1_threshold_input = gr.Number(label='Model 1 Threshold', value = 0.7, info='Threshold for the model identifying inclusions')