Yntec commited on
Commit
7e8d5ba
·
verified ·
1 Parent(s): 9daa8b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ def gen_fnseed(model_str, prompt, seed=1):
81
  loop.close()
82
  return result
83
 
84
- with gr.Blocks() as demo:
85
- with gr.Tab('🤗 October 2024 is the date this space was launched 🤗'):
86
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
87
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
88
  with gr.Row():
 
81
  loop.close()
82
  return result
83
 
84
+ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Orange') as demo:
85
+ with gr.Tab('🌜 Happy Halloween 🐈‍⬛'):
86
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
87
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
88
  with gr.Row():