Justin Grammens commited on
Commit
5dae289
1 Parent(s): 2e0466e

removed password

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #demo.launch()
 
181
  description="Upload an image to classify the face using mutiple classification models"
182
  )
183
 
184
+ #demo.launch(auth=("admin", "pass1234"))
185
+ demo.launch()