Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
84 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Orange') as demo:
|
85 |
with gr.Tab('🤗 November 2024 is the date this space was launched 🤗'):
|
86 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
87 |
-
gen_button = gr.Button('Generate up to
|
88 |
with gr.Row():
|
89 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
|
90 |
seed_rand = gr.Button("Randomize Seed 🎲", size="sm", variant="secondary", scale=1)
|
|
|
84 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Orange') as demo:
|
85 |
with gr.Tab('🤗 November 2024 is the date this space was launched 🤗'):
|
86 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
87 |
+
gen_button = gr.Button('Generate up to 99 images in up to 3 minutes total')
|
88 |
with gr.Row():
|
89 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
|
90 |
seed_rand = gr.Button("Randomize Seed 🎲", size="sm", variant="secondary", scale=1)
|