Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,6 @@ if __name__ == "__main__":
|
|
| 22 |
],
|
| 23 |
outputs="image",
|
| 24 |
allow_flagging="never",
|
| 25 |
-
description="
|
| 26 |
)
|
| 27 |
demo.queue(max_size=10).launch()
|
|
|
|
| 22 |
],
|
| 23 |
outputs="image",
|
| 24 |
allow_flagging="never",
|
| 25 |
+
description="FACE: AI Makeup",
|
| 26 |
)
|
| 27 |
demo.queue(max_size=10).launch()
|