Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ footer {visibility: hidden !important;}
|
|
97 |
|
98 |
with gr.Blocks(css=css) as dalle:
|
99 |
gr.Markdown("## 🔞 Strictly 18+ 🔞")
|
|
|
100 |
with gr.Tab("Базовые настройки"):
|
101 |
with gr.Row():
|
102 |
with gr.Column(elem_id="prompt-container"):
|
@@ -127,7 +128,7 @@ with gr.Blocks(css=css) as dalle:
|
|
127 |
|
128 |
|
129 |
with gr.Row():
|
130 |
-
text_button = gr.Button("
|
131 |
with gr.Row():
|
132 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
133 |
|
|
|
97 |
|
98 |
with gr.Blocks(css=css) as dalle:
|
99 |
gr.Markdown("## 🔞 Strictly 18+ 🔞")
|
100 |
+
gr.Markdown("This is a BETA")
|
101 |
with gr.Tab("Базовые настройки"):
|
102 |
with gr.Row():
|
103 |
with gr.Column(elem_id="prompt-container"):
|
|
|
128 |
|
129 |
|
130 |
with gr.Row():
|
131 |
+
text_button = gr.Button("Start testing!", variant='primary', elem_id="gen-button")
|
132 |
with gr.Row():
|
133 |
image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
|
134 |
|