inbubble commited on
Commit
2c4265a
·
1 Parent(s): 728af28

app.py edit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ demo = gr.Interface(
21
  examples = [product_1,product_2,product_3,product_4],
22
  description="Please enter your text here"
23
  )
24
- demo.launch(share=True)
 
21
  examples = [product_1,product_2,product_3,product_4],
22
  description="Please enter your text here"
23
  )
24
+ demo.launch()