fffiloni commited on
Commit
bab7a19
1 Parent(s): fb2be20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ if __name__ == "__main__":
380
  #background_type = gr.Dropdown(["generated_by_text", "real_world_sample"], value="generated_by_text", label="Background type")
381
  background_prompt = gr.Textbox(label="Background prompt", placeholder="downtown area in New York")
382
 
383
- run_button = gr.Button(label="Run")
384
  #with gr.Accordion("Advanced options", open=False):
385
  # box_threshold = gr.Slider(
386
  # label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.05
 
380
  #background_type = gr.Dropdown(["generated_by_text", "real_world_sample"], value="generated_by_text", label="Background type")
381
  background_prompt = gr.Textbox(label="Background prompt", placeholder="downtown area in New York")
382
 
383
+ run_button = gr.Button("Run")
384
  #with gr.Accordion("Advanced options", open=False):
385
  # box_threshold = gr.Slider(
386
  # label="Box Threshold", minimum=0.0, maximum=1.0, value=0.25, step=0.05