Spaces:
SHOOL45
/
Runtime error

Rooni commited on
Commit
f130b99
1 Parent(s): 685ed4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "D-XL 1.0", "PixArt"])
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("Расширенные настройки"):