Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,8 @@ interface = gr.Interface(fn=predict,
|
|
| 23 |
outputs= [gr.Number(label="Similarity"),
|
| 24 |
gr.Textbox(label="Message")],
|
| 25 |
title = 'Face ID',
|
| 26 |
-
description = 'This app uses
|
| 27 |
)
|
| 28 |
|
| 29 |
-
interface.launch(debug=True)
|
|
|
|
|
|
| 23 |
outputs= [gr.Number(label="Similarity"),
|
| 24 |
gr.Textbox(label="Message")],
|
| 25 |
title = 'Face ID',
|
| 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)
|