Spaces:
Running
on
A10G
Running
on
A10G
show processsing of inputs when triggered
Browse files
app.py
CHANGED
|
@@ -143,10 +143,10 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 143 |
value=0.2,
|
| 144 |
)
|
| 145 |
|
| 146 |
-
|
| 147 |
# set_.button = gr.Button("Set input image & description & settings", scale=1)
|
| 148 |
-
|
| 149 |
is_set_text = gr.Text("", show_label=False)
|
|
|
|
| 150 |
with gr.Column(elem_id="col-container-2"):
|
| 151 |
result = gr.Image(label="Result")
|
| 152 |
|
|
|
|
| 143 |
value=0.2,
|
| 144 |
)
|
| 145 |
|
| 146 |
+
with gr.Row():
|
| 147 |
# set_.button = gr.Button("Set input image & description & settings", scale=1)
|
|
|
|
| 148 |
is_set_text = gr.Text("", show_label=False)
|
| 149 |
+
|
| 150 |
with gr.Column(elem_id="col-container-2"):
|
| 151 |
result = gr.Image(label="Result")
|
| 152 |
|