Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,14 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
87 |
return result
|
88 |
|
89 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Teal') as demo:
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
92 |
gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
|
93 |
with gr.Row():
|
@@ -102,7 +109,7 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Teal') as demo:
|
|
102 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
103 |
<div>
|
104 |
<body>
|
105 |
-
<div class="center"><p style="margin-bottom: 10px; color: #
|
106 |
</div>
|
107 |
</body>
|
108 |
</div>
|
|
|
87 |
return result
|
88 |
|
89 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Teal') 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():
|
|
|
109 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
110 |
<div>
|
111 |
<body>
|
112 |
+
<div class="center"><p style="margin-bottom: 10px; color: #6464ff;">Scroll down to see more images and select models.</p>
|
113 |
</div>
|
114 |
</body>
|
115 |
</div>
|