Rooni commited on
Commit
61bef13
1 Parent(s): 3f654b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -136,13 +136,14 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
136
  return None
137
 
138
  # Ссылка на файл CSS
139
- css_url = "https://aihubyufi-aihub.static.hf.space/style.css"
140
 
141
  # Получение CSS по ссылке
142
  response = requests.get(css_url)
143
  css = response.text
144
 
145
  with gr.Blocks(css=css) as dalle:
 
146
  with gr.Row():
147
  with gr.Column():
148
  with gr.Tab("Базовые настройки"):
 
136
  return None
137
 
138
  # Ссылка на файл CSS
139
+ css_url = "https://neurixyufi-aihub.static.hf.space/style.css"
140
 
141
  # Получение CSS по ссылке
142
  response = requests.get(css_url)
143
  css = response.text
144
 
145
  with gr.Blocks(css=css) as dalle:
146
+ gr.Markdown("# Генератор Изображений")
147
  with gr.Row():
148
  with gr.Column():
149
  with gr.Tab("Базовые настройки"):