jenhung commited on
Commit
8a0447f
·
1 Parent(s): 5c75352

Initial commit

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. web_app.py +1 -1
requirements.txt CHANGED
@@ -5,6 +5,6 @@ pandas
5
  Pillow
6
  scikit_learn
7
  scipy
8
- skimage
9
  ultralytics
10
  opencv-python
 
5
  Pillow
6
  scikit_learn
7
  scipy
8
+ scikit-image
9
  ultralytics
10
  opencv-python
web_app.py CHANGED
@@ -207,4 +207,4 @@ iface = gr.Interface(
207
 
208
  if __name__ == '__main__':
209
  # iface.launch()
210
- app.launch(auth=('user', 'admin'), auth_message="Enter your username and password")
 
207
 
208
  if __name__ == '__main__':
209
  # iface.launch()
210
+ app.launch(share=True, auth=('user', 'admin'), auth_message="Enter your username and password")