Spaces:
Runtime error
Runtime error
Commit
·
25ed0da
1
Parent(s):
612ce40
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,6 @@ def run_all(prompt, steps, n_images, weight, clip_guided):
|
|
156 |
|
157 |
|
158 |
##################### START GRADIO HERE ############################
|
159 |
-
#image = gr.outputs.Image(type="pil", label="Your result")
|
160 |
-
#gallery = gr.Gallery(css={"height": "256px","width":"256px"})
|
161 |
gallery = gr.outputs.Carousel(label="Individual images",components=["image"])
|
162 |
iface = gr.Interface(
|
163 |
fn=run_all,
|
|
|
156 |
|
157 |
|
158 |
##################### START GRADIO HERE ############################
|
|
|
|
|
159 |
gallery = gr.outputs.Carousel(label="Individual images",components=["image"])
|
160 |
iface = gr.Interface(
|
161 |
fn=run_all,
|