Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
|
|
124 |
</p>
|
125 |
"""
|
126 |
)
|
127 |
-
with gr.Tab( gr.Image("https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp") 'Use seeds!'):
|
128 |
txt_inputseed = gr.Textbox(label='Your prompt:', lines=4)
|
129 |
gen_buttonseed = gr.Button('Generate up to 6 images with the same seed in up to 3 minutes total')
|
130 |
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)
|
|
|
124 |
</p>
|
125 |
"""
|
126 |
)
|
127 |
+
with gr.Tab( gr.Image("https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp"), 'Use seeds!'):
|
128 |
txt_inputseed = gr.Textbox(label='Your prompt:', lines=4)
|
129 |
gen_buttonseed = gr.Button('Generate up to 6 images with the same seed in up to 3 minutes total')
|
130 |
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)
|