mehdizz commited on
Commit
764ef81
·
verified ·
1 Parent(s): 1a34312

add share = true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,4 +331,4 @@ if __name__ == "__main__":
331
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
332
  except:
333
  pass
334
- demo.launch(show_api=False)
 
331
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
332
  except:
333
  pass
334
+ demo.launch(show_api=False, share=True)