Yntec commited on
Commit
1dc2c5c
·
verified ·
1 Parent(s): 20e6d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,11 +90,11 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Green') as demo:
90
  gr.HTML(
91
  """
92
  <div>
93
- <p> <center>For mor recent models visit <a href="https://huggingface.co/spaces/Yntec/Image-Models-Test-2025">2025 Image Models</a>!</center>
94
  </p></div>
95
  """
96
  )
97
- with gr.Tab('🤗 9 image models!🤗'):
98
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
99
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
100
  with gr.Row():
 
90
  gr.HTML(
91
  """
92
  <div>
93
+ <p> <center>For more recent models visit <a href="https://huggingface.co/spaces/Yntec/Image-Models-Test-2025">2025 Image Models</a>!</center>
94
  </p></div>
95
  """
96
  )
97
+ with gr.Tab('🤗 9 image models! 🤗'):
98
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
99
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
100
  with gr.Row():