5m4ck3r commited on
Commit
1af62f9
·
verified ·
1 Parent(s): 3f24f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ examples = [
99
  "an anime illustration of a wiener schnitzel",
100
  ]
101
 
102
- with gr.Blocks(css=css) as demo:
103
 
104
  with gr.Column(elem_id="col-container"):
105
  with gr.Row():
 
99
  "an anime illustration of a wiener schnitzel",
100
  ]
101
 
102
+ with gr.Blocks() as demo:
103
 
104
  with gr.Column(elem_id="col-container"):
105
  with gr.Row():