diffusionai commited on
Commit
bd3f458
1 Parent(s): 8e10900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -139,10 +139,10 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
139
  print(f"Ошибка при попытке открыть изображение: {e}")
140
  return None
141
 
142
- css = """
143
- * {}
144
- footer {visibility: hidden !important;}
145
- """
146
 
147
  with gr.Blocks(css=css) as dalle:
148
  with gr.Row():
 
139
  print(f"Ошибка при попытке открыть изображение: {e}")
140
  return None
141
 
142
+ #css = """
143
+ #* {}
144
+ #footer {visibility: hidden !important;}
145
+ #"""
146
 
147
  with gr.Blocks(css=css) as dalle:
148
  with gr.Row():