yizhangliu commited on
Commit
b192efc
·
1 Parent(s): d7b562d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ demo = gr.Interface(fn=predict,
284
  # examples=[["cheetah.jpg"]],
285
  )
286
 
287
- demo.launch(share=True)
288
 
289
  '''
290
  image_blocks = gr.Blocks(css=css)
 
284
  # examples=[["cheetah.jpg"]],
285
  )
286
 
287
+ demo.launch()
288
 
289
  '''
290
  image_blocks = gr.Blocks(css=css)