Spaces:
Sleeping
Sleeping
Initial commit
Browse files- requirements.txt +1 -1
- web_app.py +1 -1
requirements.txt
CHANGED
@@ -5,6 +5,6 @@ pandas
|
|
5 |
Pillow
|
6 |
scikit_learn
|
7 |
scipy
|
8 |
-
|
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")
|