LN1996 commited on
Commit
a00fcfc
·
verified ·
1 Parent(s): 8177100

Update app.py remove share=True in demo.launch()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,5 +187,5 @@ demo = gr.Interface(input_multimodel,
187
  title = title,
188
  description = description,
189
  )
190
- demo.launch(share=True)
191
 
 
187
  title = title,
188
  description = description,
189
  )
190
+ demo.launch()
191