Rooni commited on
Commit
b076a11
·
1 Parent(s): 607913b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
 
5
  # Базовые настройки
6
  prompt = gr.Textbox(label="Prompt")
7
- models = RadioButtons(options=["Bard", "DALL-E 2", "VQGAN+CLIP", "VQGAN", "CLIP", "InceptionV3"])
8
 
9
  # Расширенные настройки
10
  negative_prompt = gr.Textbox(label="Negative Prompt")
 
4
 
5
  # Базовые настройки
6
  prompt = gr.Textbox(label="Prompt")
7
+ models = gr.RadioButtons(options=["Bard", "DALL-E 2", "VQGAN+CLIP", "VQGAN", "CLIP", "InceptionV3"])
8
 
9
  # Расширенные настройки
10
  negative_prompt = gr.Textbox(label="Negative Prompt")