Kvikontent commited on
Commit
5e56955
1 Parent(s): 5ea8c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()