Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| # Load the model | |
| model = gr.load("models/dima806/facial_age_image_detection") | |
| # Launch the Gradio application with a public link | |
| model.launch(share=True) | |