abhi1280 commited on
Commit
e717260
1 Parent(s): f49ff7a

Add requirement file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()