Update app.py
Browse files
app.py
CHANGED
@@ -86,11 +86,11 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
86 |
loop.close()
|
87 |
return result
|
88 |
|
89 |
-
with gr.Blocks(theme='Yntec/
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<div>
|
93 |
-
<p> <center><img src="https://huggingface.co/spaces/Yntec/Image-Models-Test-
|
94 |
</p>
|
95 |
"""
|
96 |
)
|
|
|
86 |
loop.close()
|
87 |
return result
|
88 |
|
89 |
+
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Cream') as demo:
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<div>
|
93 |
+
<p> <center><img src="https://huggingface.co/spaces/Yntec/Image-Models-Test-March-2025/resolve/main/march2025.png" style="height:160px; width:159px; margin-top: -22px; margin-bottom: -160px;" span title="Best free ai art image generators 2025"></center>
|
94 |
</p>
|
95 |
"""
|
96 |
)
|