jozee commited on
Commit
0a599f7
·
verified ·
1 Parent(s): 579ccb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from diffusers.models.model_loading_utils import load_state_dict
6
  from gradio_imageslider import ImageSlider
7
  from huggingface_hub import hf_hub_download
8
 
9
- with gr.Blocks(css=css) as demo:
10
  with gr.Column():
11
  with gr.Row():
12
  with gr.Column():
 
6
  from gradio_imageslider import ImageSlider
7
  from huggingface_hub import hf_hub_download
8
 
9
+ with gr.Blocks() as demo:
10
  with gr.Column():
11
  with gr.Row():
12
  with gr.Column():