Spaces:
Running
Running
Update app.py
Browse files
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
|
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():
|