Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ examples = [
|
|
99 |
"an anime illustration of a wiener schnitzel",
|
100 |
]
|
101 |
|
102 |
-
with gr.Blocks(
|
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():
|