zenafey commited on
Commit
ee9e16f
·
1 Parent(s): e451943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ css = """
276
  }
277
  """
278
 
279
- with gr.Blocks(theme="zenafey/zinc") as demo:
280
  with gr.Row():
281
  with gr.Column(scale=6):
282
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
 
276
  }
277
  """
278
 
279
+ with gr.Blocks() as demo:
280
  with gr.Row():
281
  with gr.Column(scale=6):
282
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,