Sartc commited on
Commit
14502af
·
verified ·
1 Parent(s): 97efb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ interface = gr.Interface(
18
  outputs=gr.Image(type="pil", label="Result Image"),
19
  allow_flagging="never",
20
  title="Chill Guy Maker!",
21
- description="Upload your image, adjust the face coordinates, and become a chill guy. Upload your image, adjust the face coordinates, and become a chill guy. Check the project readme for more information: https://github.com/sartq333/chill-guy-maker/blob/main/README.md"
22
  )
23
 
24
  with interface:
 
18
  outputs=gr.Image(type="pil", label="Result Image"),
19
  allow_flagging="never",
20
  title="Chill Guy Maker!",
21
+ description="Upload your image, adjust the face coordinates, and become a chill guy. Check the project readme for more information: https://github.com/sartq333/chill-guy-maker/blob/main/README.md"
22
  )
23
 
24
  with interface: