Spaces:
SHOOL45
/
Runtime error

Rooni commited on
Commit
d3ca963
1 Parent(s): 96e44d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -147,21 +147,21 @@ footer {visibility: hidden !important;}
147
  """
148
 
149
  with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
150
- with gr.Tab("Базовые настройки"):
151
  with gr.Row():
152
  with gr.Column(elem_id="prompt-container"):
153
  with gr.Row():
154
- text_prompt = gr.Textbox(label="Описание изображения", placeholder="Реалистичная кошка сидит на подоконнике...", lines=3, elem_id="prompt-text-input")
155
 
156
 
157
- with gr.Tab("Расширенные настройки"):
158
  with gr.Row():
159
- negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Чего не должно быть на изображении", value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness", lines=3, elem_id="negative-prompt-text-input")
160
 
161
  with gr.Row():
162
- gpt = gr.Checkbox(label="GPT (Улучшение описания)", value=True)
163
 
164
- with gr.Tab("Информация"):
165
  with gr.Row():
166
  gr.Textbox(label="Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
167
  with gr.Row():
 
147
  """
148
 
149
  with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
150
+ with gr.Tab("🏠 Базовые настройки"):
151
  with gr.Row():
152
  with gr.Column(elem_id="prompt-container"):
153
  with gr.Row():
154
+ text_prompt = gr.Textbox(label="🌅 Описание изображения", placeholder="Реалистичная кошка сидит на подоконнике...", lines=3, elem_id="prompt-text-input")
155
 
156
 
157
+ with gr.Tab("⚙️ Расширенные настройки"):
158
  with gr.Row():
159
+ negative_prompt = gr.Textbox(label="🚫 Чего не должно быть на фото?", placeholder="Текст, кошка", value="Искажения, пиксельность, блюр, размыто, плохое качество, текст", lines=3, elem_id="negative-prompt-text-input")
160
 
161
  with gr.Row():
162
+ gpt = gr.Checkbox(label="💬 GPT (Улучшение описания)", value=True)
163
 
164
+ with gr.Tab("ℹ️ Информация"):
165
  with gr.Row():
166
  gr.Textbox(label="Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
167
  with gr.Row():