Spaces:
Running
Running
Justin Grammens
commited on
Commit
•
5dae289
1
Parent(s):
2e0466e
removed password
Browse files
app.py
CHANGED
@@ -181,5 +181,5 @@ demo = gr.Interface(
|
|
181 |
description="Upload an image to classify the face using mutiple classification models"
|
182 |
)
|
183 |
|
184 |
-
demo.launch(auth=("admin", "pass1234"))
|
185 |
-
|
|
|
181 |
description="Upload an image to classify the face using mutiple classification models"
|
182 |
)
|
183 |
|
184 |
+
#demo.launch(auth=("admin", "pass1234"))
|
185 |
+
demo.launch()
|