Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks() as demo:
|
|
81 |
out_img = gr.Textbox()
|
82 |
btn_img.click(analyze_face, inputs=img_cam, outputs=out_img)
|
83 |
|
84 |
-
demo.launch(
|
|
|
81 |
out_img = gr.Textbox()
|
82 |
btn_img.click(analyze_face, inputs=img_cam, outputs=out_img)
|
83 |
|
84 |
+
demo.launch()
|