mashdemy commited on
Commit
b290371
1 Parent(s): dcb03ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def generate_image(Prompt):
11
  images = ldm([Prompt], num_inference_steps=50, eta=.3, guidance_scale=6)
12
  return images.images[0]
13
 
14
- interface = gr.Interface(fn = generate_image,inputs = "text",outputs = "image",title = "Mashdemy Demo Image Generator App", description = "Type in a text and click submit to generate an image:", examples = ["a clown riding a lion", "a mouse using a laptop"])
15
  interface.launch(share = True)
 
11
  images = ldm([Prompt], num_inference_steps=50, eta=.3, guidance_scale=6)
12
  return images.images[0]
13
 
14
+ interface = gr.Interface(fn = generate_image,inputs = "text",outputs = "image",title = "Mashdemy Demo Image Generator App", description = "Type in a text and click submit to generate an image:", examples = ["a clown reading a book", "a cat using a laptop", "An elephant on grass"])
15
  interface.launch(share = True)