Spaces:
Runtime error
Runtime error
Commit
·
0128da0
1
Parent(s):
9781f6a
Update app.py
Browse files
app.py
CHANGED
@@ -62,10 +62,10 @@ iface = gr.Interface(
|
|
62 |
title="QR Code Generator",
|
63 |
description="Enter a URL and customize the QR code appearance",
|
64 |
examples=[
|
65 |
-
["instagram.com", "#FF0000", True, ["#
|
66 |
["twitter.com", "#00FF00", False, [], 0, "logo.png"],
|
67 |
-
["huggingface.co", "#0000FF", True, ["#FF00FF", "#
|
68 |
]
|
69 |
)
|
70 |
|
71 |
-
iface.launch()
|
|
|
62 |
title="QR Code Generator",
|
63 |
description="Enter a URL and customize the QR code appearance",
|
64 |
examples=[
|
65 |
+
["instagram.com", "#FF0000", True, ["#FF00FF", "#00FFFF"], 10, None],
|
66 |
["twitter.com", "#00FF00", False, [], 0, "logo.png"],
|
67 |
+
["huggingface.co", "#0000FF", True, ["#FF00FF", "#00FFFF"], 15, "logo.png"]
|
68 |
]
|
69 |
)
|
70 |
|
71 |
+
iface.launch()
|