Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
| 87 |
|
| 88 |
with gr.Blocks() as demo:
|
| 89 |
|
| 90 |
-
|
| 91 |
"""
|
| 92 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 93 |
<div>
|
|
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
| 98 |
</div>
|
| 99 |
</div>
|
| 100 |
"""
|
| 101 |
-
|
| 102 |
with gr.Tab('Toy World'):
|
| 103 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 104 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
|
|
|
| 87 |
|
| 88 |
with gr.Blocks() as demo:
|
| 89 |
|
| 90 |
+
gr.HTML(
|
| 91 |
"""
|
| 92 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
| 93 |
<div>
|
|
|
|
| 98 |
</div>
|
| 99 |
</div>
|
| 100 |
"""
|
| 101 |
+
)
|
| 102 |
with gr.Tab('Toy World'):
|
| 103 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 104 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|