Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
f822d17
1
Parent(s):
e00f944
Update UI
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ with gr.Blocks() as app:
|
|
33 |
with gr.Row():
|
34 |
gallery_output = gr.Gallery(label="Output images will be shown here")
|
35 |
with gr.Column():
|
36 |
-
output_file = gr.File(label="Generated psd file", scale=
|
37 |
-
btn_open_folder = gr.Button("📁\nOpen PSD folder", scale=
|
38 |
|
39 |
params = [nb_points_per_side, nb_points_per_batch, sld_pred_iou_thresh, sld_stability_score_thresh,
|
40 |
sld_stability_score_offset,
|
|
|
33 |
with gr.Row():
|
34 |
gallery_output = gr.Gallery(label="Output images will be shown here")
|
35 |
with gr.Column():
|
36 |
+
output_file = gr.File(label="Generated psd file", scale=9)
|
37 |
+
btn_open_folder = gr.Button("📁\nOpen PSD folder", scale=1)
|
38 |
|
39 |
params = [nb_points_per_side, nb_points_per_batch, sld_pred_iou_thresh, sld_stability_score_thresh,
|
40 |
sld_stability_score_offset,
|