Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(css=css) as dalle:
|
|
49 |
with gr.Row():
|
50 |
with gr.Column(elem_id="prompt-container"):
|
51 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Описание изображения", lines=3, elem_id="prompt-text-input")
|
52 |
-
model = gr.Radio(label="Модель", value="DALL-E 3 XL", choices=["DALL-E 3 XL", "Playground v2", "
|
53 |
|
54 |
|
55 |
with gr.Tab("Расширенные настройки"):
|
|
|
49 |
with gr.Row():
|
50 |
with gr.Column(elem_id="prompt-container"):
|
51 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Описание изображения", lines=3, elem_id="prompt-text-input")
|
52 |
+
model = gr.Radio(label="Модель", value="DALL-E 3 XL", choices=["DALL-E 3 XL", "Playground v2", "SD-XL 1.0", "PixArt"])
|
53 |
|
54 |
|
55 |
with gr.Tab("Расширенные настройки"):
|