Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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():
|