akhil20187 commited on
Commit
8ca52c9
1 Parent(s): c75c750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  outputs=[
60
  gr.Image(label="Your transformed Image")
61
  ],
62
- title="Image Processing App",
63
  description="Select a style, character, and enter a prompt to process the image.\n In case of any error, try again with a better quality image where the face is clear and with better resolution",
64
 
65
  )
 
59
  outputs=[
60
  gr.Image(label="Your transformed Image")
61
  ],
62
+ title="Kartoonify Yourself",
63
  description="Select a style, character, and enter a prompt to process the image.\n In case of any error, try again with a better quality image where the face is clear and with better resolution",
64
 
65
  )