Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meebox
/
qrcode
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
meebox
commited on
Feb 18, 2023
Commit
3a1737b
·
1 Parent(s):
015b01c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,5 +28,5 @@ ui = gr.Interface(
28
],
29
outputs=gr.Image(type="filepath")
30
)
31
-
ui.launch(
share=True
)
32
28
],
29
outputs=gr.Image(type="filepath")
30
)
31
+
ui.launch()
32