Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
| 84 |
with gr.Blocks() as demo:
|
| 85 |
with gr.Tab('🤗 October 2024 is the date this space was launched 🤗'):
|
| 86 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 87 |
-
gen_button = gr.Button('Untick the models you
|
| 88 |
with gr.Row():
|
| 89 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 3999999999)", 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() as demo:
|
| 85 |
with gr.Tab('🤗 October 2024 is the date this space was launched 🤗'):
|
| 86 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 87 |
+
gen_button = gr.Button('Untick the models you will not be using')
|
| 88 |
with gr.Row():
|
| 89 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 3999999999)", 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)
|