MK-316 commited on
Commit
65a07f6
1 Parent(s): 8e62787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
  description="Enter a URL and a title to generate a QR Code. The title and the QR Code will be displayed in the same image."
53
  )
54
 
55
- iface.launch()
 
52
  description="Enter a URL and a title to generate a QR Code. The title and the QR Code will be displayed in the same image."
53
  )
54
 
55
+ iface.launch(share=True)