Update app.py
Browse files
app.py
CHANGED
@@ -86,9 +86,9 @@ def inference(img):
|
|
86 |
return out
|
87 |
|
88 |
|
89 |
-
title = "
|
90 |
description = "Style a face to look more \"Vintage\". Upload an image with a face, or click on one of the examples below. If a face could not be detected, an image will still be created."
|
91 |
-
article = "
|
92 |
|
93 |
examples=[['Example00001.jpg'],['Example00002.jpg'],['Example00003.jpg'],['Example00004.jpg'],['Example00005.jpg'], ['Example00006.jpg']]
|
94 |
gr.Interface(
|
@@ -98,7 +98,7 @@ gr.Interface(
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
-
|
102 |
enable_queue=True,
|
103 |
allow_flagging=False
|
104 |
).launch()
|
|
|
86 |
return out
|
87 |
|
88 |
|
89 |
+
title = "VintageStyle AI"
|
90 |
description = "Style a face to look more \"Vintage\". Upload an image with a face, or click on one of the examples below. If a face could not be detected, an image will still be created."
|
91 |
+
article = ""
|
92 |
|
93 |
examples=[['Example00001.jpg'],['Example00002.jpg'],['Example00003.jpg'],['Example00004.jpg'],['Example00005.jpg'], ['Example00006.jpg']]
|
94 |
gr.Interface(
|
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
+
css="footer{visibility:hidden}"
|
102 |
enable_queue=True,
|
103 |
allow_flagging=False
|
104 |
).launch()
|