Spaces:
Runtime error
Runtime error
zeel sheladiya commited on
Commit Β·
17cde1e
1
Parent(s): f292e12
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,12 @@ use_qr_code_as_init_image = True
|
|
| 129 |
with gr.Blocks() as blocks:
|
| 130 |
gr.Markdown(
|
| 131 |
"""
|
| 132 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
## π‘ How to generate beautiful QR codes
|
| 134 |
We use the QR code image as the initial image **and** the control image, which allows you to generate
|
| 135 |
QR Codes that blend in **very naturally** with your provided prompt.
|
|
|
|
| 129 |
with gr.Blocks() as blocks:
|
| 130 |
gr.Markdown(
|
| 131 |
"""
|
| 132 |
+
# Subject: Deployment of AI Solutions 02
|
| 133 |
+
# Team Members:
|
| 134 |
+
* 1. Zeel Sheladiya
|
| 135 |
+
* 2. Akshay Rajeev Nambiar
|
| 136 |
+
* 3. Nijaba Thasneem Naseer Safeela
|
| 137 |
+
# Simplified QR Code AI Art Generator
|
| 138 |
## π‘ How to generate beautiful QR codes
|
| 139 |
We use the QR code image as the initial image **and** the control image, which allows you to generate
|
| 140 |
QR Codes that blend in **very naturally** with your provided prompt.
|