vilarin commited on
Commit
3b3b7a4
·
verified ·
1 Parent(s): 92af117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -87,8 +87,7 @@ def outpaintGen(
87
  op_guidance: float,
88
  op_num_steps: int,
89
  op_seed: int,
90
- op_randomize_seed: bool,
91
- progress=gr.Progress(track_tqdm=True)
92
  ):
93
  image = Image.open(img)
94
 
@@ -226,4 +225,4 @@ with gr.Blocks(theme="ocean", title="Flux.1 Fill dev", css=CSS) as demo:
226
 
227
 
228
  if __name__ == "__main__":
229
- demo.queue(api_open=False).launch(show_api=False, share=False)
 
87
  op_guidance: float,
88
  op_num_steps: int,
89
  op_seed: int,
90
+ op_randomize_seed: bool
 
91
  ):
92
  image = Image.open(img)
93
 
 
225
 
226
 
227
  if __name__ == "__main__":
228
+ demo.launch(show_api=False, share=False)