Spaces:
Running
Running
Update app.py
Browse files
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.
|
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:
|