Spaces:
Runtime error
Runtime error
aheedsajid
commited on
Commit
•
676f74a
1
Parent(s):
8f52b8f
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ iface = gr.Interface(
|
|
48 |
],
|
49 |
"image",
|
50 |
description="Generate free AI image with your or any face. Support me in making better AI codes as I am a solo developer [Click here to Donate](https://nowpayments.io/donation/aheed) Contact me for bulk processing and better AI software +92-332-4399819 Please do not duplicate this space without permission",
|
|
|
51 |
title="AI Image with Any Face"
|
52 |
)
|
53 |
iface.launch()
|
|
|
48 |
],
|
49 |
"image",
|
50 |
description="Generate free AI image with your or any face. Support me in making better AI codes as I am a solo developer [Click here to Donate](https://nowpayments.io/donation/aheed) Contact me for bulk processing and better AI software +92-332-4399819 Please do not duplicate this space without permission",
|
51 |
+
css="footer {visibility: hidden}",
|
52 |
title="AI Image with Any Face"
|
53 |
)
|
54 |
iface.launch()
|