Jamshaid89
commited on
Commit
•
a40427c
1
Parent(s):
500f010
Fixed launch function
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ output_image = gr.outputs.Image()
|
|
24 |
|
25 |
# Create the Gradio interface
|
26 |
interface = gr.Interface(
|
27 |
-
fn=
|
28 |
inputs=[image_input, label_input],
|
29 |
outputs=label_output,
|
30 |
title="Face Identification",
|
|
|
24 |
|
25 |
# Create the Gradio interface
|
26 |
interface = gr.Interface(
|
27 |
+
fn=save_identity,
|
28 |
inputs=[image_input, label_input],
|
29 |
outputs=label_output,
|
30 |
title="Face Identification",
|