Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,19 +91,6 @@ display: inline-block !important;}
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(css=css) as demo:
|
94 |
-
|
95 |
-
gr.HTML(
|
96 |
-
"""
|
97 |
-
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
98 |
-
<div>
|
99 |
-
<body>
|
100 |
-
<div class="wrapper"><p style="margin-bottom: 10px;"><img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;"> - A tab where you can use seeds has been added!</p>
|
101 |
-
</div>
|
102 |
-
</body>
|
103 |
-
</div>
|
104 |
-
</div>
|
105 |
-
"""
|
106 |
-
)
|
107 |
with gr.Tab('Mini Toy World'):
|
108 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
109 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(css=css) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
with gr.Tab('Mini Toy World'):
|
95 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
96 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|