Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css=css) as demo:
|
|
148 |
|
149 |
with gr.Column():
|
150 |
with gr.Group(elem_id="group"):
|
151 |
-
post_generation_image = gr.Image(label="Generated Images")
|
152 |
post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1)
|
153 |
with gr.Row():
|
154 |
with gr.Column(scale=4, min_width=50):
|
|
|
148 |
|
149 |
with gr.Column():
|
150 |
with gr.Group(elem_id="group"):
|
151 |
+
post_generation_image = gr.Image(label="Generated Images", type="filepath")
|
152 |
post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1)
|
153 |
with gr.Row():
|
154 |
with gr.Column(scale=4, min_width=50):
|