amildravid4292 commited on
Commit
0e2dcce
·
verified ·
1 Parent(s): 9bc0bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -493,7 +493,7 @@ with gr.Blocks(css="style.css") as demo:
493
  info="Make sure to include 'sks person'" ,
494
  placeholder="sks person",
495
  value="sks person")
496
- seed = gr.Slider(minimum=0, maximum=np.iinfo(np.int32).max, label="Seed", interactive=True, value=5)
497
 
498
 
499
  # Editing
@@ -533,7 +533,7 @@ with gr.Blocks(css="style.css") as demo:
533
  gr.Markdown(help_text1)
534
  gr.Markdown(help_text2)
535
 
536
- gr.Markdown("""<div style="text-align: justify;">❸ After sampling a new model or inverting, you can download the model below.""")
537
 
538
  with gr.Row():
539
  file_output = gr.File(label="Download Model", container=True, interactive=False)
 
493
  info="Make sure to include 'sks person'" ,
494
  placeholder="sks person",
495
  value="sks person")
496
+ seed = gr.Textbox( label="Seed", placeholder=5, value=5)
497
 
498
 
499
  # Editing
 
533
  gr.Markdown(help_text1)
534
  gr.Markdown(help_text2)
535
 
536
+ gr.Markdown("""<div style="text-align: justify;">❸ After sampling a new model or inserting an identity, you can download the model below.""")
537
 
538
  with gr.Row():
539
  file_output = gr.File(label="Download Model", container=True, interactive=False)