Yntec commited on
Commit
5e1a938
·
verified ·
1 Parent(s): 989bb9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/HaleyCH_Theme_city') as demo:
90
  gr.HTML(
91
  """
92
  <div>
93
- <p> <center><img src="https://huggingface.co/spaces/Yntec/Image-Models-Test-July-2024/resolve/main/july2024.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
  )
 
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
  )