naot97 commited on
Commit
bbd42cd
·
1 Parent(s): 23bdd44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ g = gr.Interface(
133
  description="",
134
  )
135
  g.queue(concurrency_count=1)
136
- g.launch(share=True)
137
 
138
  # Old testing code follows.
139
 
 
133
  description="",
134
  )
135
  g.queue(concurrency_count=1)
136
+ g.launch()
137
 
138
  # Old testing code follows.
139