Barak1 commited on
Commit
3ebd82f
·
1 Parent(s): a92d361

show processsing of inputs when triggered

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,10 +143,10 @@ with gr.Blocks(css="style.css") as demo:
143
  value=0.2,
144
  )
145
 
146
- # with gr.Row():
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