Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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)
|