Yntec commited on
Commit
19dc656
·
verified ·
1 Parent(s): 4527610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ def gen_fnseed(model_str, prompt, seed=1):
86
  loop.close()
87
  return result
88
 
89
- with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Teal') as demo:
90
- with gr.Tab('🤗 2024 is the year this space was launched not the number of models! (they were brand new back then!) 🤗'):
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():
 
86
  loop.close()
87
  return result
88
 
89
+ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Blue_Red') as demo:
90
+ with gr.Tab('🤗 2025 is the year this space was launched, not the number of models! (they were brand new back then!) 🤗'):
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():