Kvikontent commited on
Commit
0128da0
·
1 Parent(s): 9781f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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, ["#FF0000", "#0000FF"], 10, None],
66
  ["twitter.com", "#00FF00", False, [], 0, "logo.png"],
67
- ["huggingface.co", "#0000FF", True, ["#FF00FF", "#00FF00"], 15, "logo.png"]
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()