amildravid4292 commited on
Commit
39eeaaf
·
verified ·
1 Parent(s): 951ee3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -425,6 +425,8 @@ with gr.Blocks(css="style.css") as demo:
425
  with gr.Column():
426
  gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity and generate new images. """)
427
  gallery = gr.Image(label="Image",height=512, width=512, interactive=False)
 
 
428
 
429
  prompt = gr.Textbox(label="Prompt",
430
  info="Make sure to include 'sks person'" ,
@@ -464,7 +466,6 @@ with gr.Blocks(css="style.css") as demo:
464
 
465
  file_input = gr.File(label="Upload Model", container=True)
466
 
467
- submit = gr.Button("Generate")
468
 
469
 
470
 
 
425
  with gr.Column():
426
  gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity and generate new images. """)
427
  gallery = gr.Image(label="Image",height=512, width=512, interactive=False)
428
+ submit = gr.Button("Generate")
429
+
430
 
431
  prompt = gr.Textbox(label="Prompt",
432
  info="Make sure to include 'sks person'" ,
 
466
 
467
  file_input = gr.File(label="Upload Model", container=True)
468
 
 
469
 
470
 
471