Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meebox
/
qrcode
like
0
Runtime error
App
Files
Files
Community
meebox
commited on
Feb 18, 2023
Commit
09094b8
•
1 Parent(s):
0e1a6af
add the QRCode spec link
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import qrcode
2
import gradio as gr
3
1
+
# For QRCode spec, see the link below:
2
+
# https://www.qrcode.com/en/about/standards.html
3
import qrcode
4
import gradio as gr
5