VishyVish commited on
Commit
51ca249
·
1 Parent(s): d1dce88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,5 +26,5 @@ interface = gr.Interface(fn=predict,
26
  description = 'This app uses face biometrics and a similarity to function as a Face ID application.The similarity score ranges from -1 to 1.'
27
  )
28
 
29
- #interface.launch(debug=True)
30
- interface.launch(share=True)
 
26
  description = 'This app uses face biometrics and a similarity to function as a Face ID application.The similarity score ranges from -1 to 1.'
27
  )
28
 
29
+ interface.launch(debug=True)
30
+ #interface.launch(share=True)