AlexTransformer commited on
Commit
c50a594
·
verified ·
1 Parent(s): 502e188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ demo = gr.Interface(
41
  )
42
 
43
  if __name__ == "__main__":
44
- demo.launch(share=True)
45
 
46
 
 
41
  )
42
 
43
  if __name__ == "__main__":
44
+ demo.launch()
45
 
46