Update app.py
Browse files
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")
|