Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
abhi1280
/
QR_generator
like
5
Running
App
Files
Files
Community
abhi1280
commited on
Jun 1, 2023
Commit
e717260
•
1 Parent(s):
f49ff7a
Add requirement file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ def texttoqr(text):
13
14
15
demo = gr.Interface(texttoqr, gr.Textbox(), "image")
16
-
demo.launch(
share=True
)
13
14
15
demo = gr.Interface(texttoqr, gr.Textbox(), "image")
16
+
demo.launch()