Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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
|
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)
|