fix indent
Browse files
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 |
-
|
|
|
|
| 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')
|