zenafey commited on
Commit
88a73b1
·
1 Parent(s): 8748fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ css = """
272
  }
273
  """
274
 
275
- with gr.Blocks(css=css) as demo:
276
  with gr.Row():
277
  with gr.Column(scale=6):
278
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
 
272
  }
273
  """
274
 
275
+ with gr.Blocks() as demo:
276
  with gr.Row():
277
  with gr.Column(scale=6):
278
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,