atesgoral commited on
Commit
61920b4
1 Parent(s): 5d29ba9

Disable the Generate button

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -179,7 +179,9 @@ with gr.Blocks(css=custom_css) as iface:
179
  depth_map_blur_radius = gr.Number(
180
  precision=0, value=10, visible=False)
181
 
182
- gen_button = gr.Button(value="Generate!", variant="primary")
 
 
183
 
184
  with gr.Tab('Results'):
185
  results = gr.Gallery(
 
179
  depth_map_blur_radius = gr.Number(
180
  precision=0, value=10, visible=False)
181
 
182
+ # Enable this button!
183
+ gen_button = gr.Button(
184
+ value="Generate!", variant="primary", interactive=False)
185
 
186
  with gr.Tab('Results'):
187
  results = gr.Gallery(