Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
87 |
return result
|
88 |
|
89 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Yellow_Green') as demo:
|
90 |
-
with gr.Tab('🤗
|
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():
|
@@ -102,7 +102,7 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Yellow_Green') as demo:
|
|
102 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
103 |
<div>
|
104 |
<body>
|
105 |
-
<div class="center"><p style="margin-bottom: 10px; color: #
|
106 |
</div>
|
107 |
</body>
|
108 |
</div>
|
|
|
87 |
return result
|
88 |
|
89 |
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Yellow_Green') as demo:
|
90 |
+
with gr.Tab('🤗 January is the date this space was launched (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():
|
|
|
102 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
103 |
<div>
|
104 |
<body>
|
105 |
+
<div class="center"><p style="margin-bottom: 10px; color: #4848ff;">Scroll down to see more images and select models.</p>
|
106 |
</div>
|
107 |
</body>
|
108 |
</div>
|