meebox commited on
Commit
4454cab
·
1 Parent(s): 3a1737b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def url_to_qrcode(url, box_size):
11
  q.make(fit=True)
12
  img = q.make_image()
13
  img.save("qrcode.png")
14
- return "test.png"
15
 
16
  ui = gr.Interface(
17
  fn=url_to_qrcode,
 
11
  q.make(fit=True)
12
  img = q.make_image()
13
  img.save("qrcode.png")
14
+ return "qrcode.png"
15
 
16
  ui = gr.Interface(
17
  fn=url_to_qrcode,