Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
|
|
63 |
images = gr.inputs.Slider(label="Images - How many images you wish to generate", default=4, step=1, minimum=1, maximum=4)
|
64 |
diversity = gr.inputs.Slider(label="Diversity scale - How different from one another you wish the images to be",default=15.0, minimum=1.0, maximum=15.0)
|
65 |
image = gr.outputs.Image(type="pil")
|
66 |
-
img = [image,gr.outputs.
|
67 |
with gr.Row():
|
68 |
get_image_latent = gr.Button("Generate Image go brr")
|
69 |
with gr.Column():
|
|
|
63 |
images = gr.inputs.Slider(label="Images - How many images you wish to generate", default=4, step=1, minimum=1, maximum=4)
|
64 |
diversity = gr.inputs.Slider(label="Diversity scale - How different from one another you wish the images to be",default=15.0, minimum=1.0, maximum=15.0)
|
65 |
image = gr.outputs.Image(type="pil")
|
66 |
+
img = [image,gr.outputs.Textbox(label="Error")]
|
67 |
with gr.Row():
|
68 |
get_image_latent = gr.Button("Generate Image go brr")
|
69 |
with gr.Column():
|