thefreeham commited on
Commit
4d19a67
·
1 Parent(s): 9e7c0c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def greet(name):
20
 
21
  # save image
22
  image_pil.save("test.png")
23
- return "Hello " + prompt + "!!"
24
 
25
  image = gr.outputs.Image(type="pil", label="Your result")
26
  iface = gr.Interface(fn=greet, inputs="text", outputs=[image,gr.outputs.Carousel(label="Individual images",components=["image"]),gr.outputs.Textbox(label="Error")])
 
20
 
21
  # save image
22
  image_pil.save("test.png")
23
+ return "Gello " + prompt + "!!"
24
 
25
  image = gr.outputs.Image(type="pil", label="Your result")
26
  iface = gr.Interface(fn=greet, inputs="text", outputs=[image,gr.outputs.Carousel(label="Individual images",components=["image"]),gr.outputs.Textbox(label="Error")])