muhtasham commited on
Commit
eebf3c4
1 Parent(s): 343b23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Carousel(label="Your result",components=["image"]),gr.outputs.Textbox(label="Error")]
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():