Update app.py
Browse files
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():
|