Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,8 +83,9 @@ gr.Interface(
|
|
| 83 |
fn=generate_image,
|
| 84 |
inputs=inputs,
|
| 85 |
outputs=output,
|
| 86 |
-
title="QR Code Image Generator
|
| 87 |
description="Generate an image with a transparent QR code linked to the input URL and an image from the Dalle-3 API",
|
| 88 |
examples=examples,
|
|
|
|
| 89 |
cache_examples=False # Disable example caching
|
| 90 |
).launch()
|
|
|
|
| 83 |
fn=generate_image,
|
| 84 |
inputs=inputs,
|
| 85 |
outputs=output,
|
| 86 |
+
title="QR Code Image Generator ✨",
|
| 87 |
description="Generate an image with a transparent QR code linked to the input URL and an image from the Dalle-3 API",
|
| 88 |
examples=examples,
|
| 89 |
+
theme="glass",
|
| 90 |
cache_examples=False # Disable example caching
|
| 91 |
).launch()
|