Yntec commited on
Commit
e770eea
·
verified ·
1 Parent(s): 3ed2a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def gen_fnseed(model_str, prompt, seed=1):
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():
 
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():