Yntec commited on
Commit
6723ef1
·
verified ·
1 Parent(s): 888f076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)