File size: 176 Bytes
40a34f8
 
d30eb1e
 
 
 
65a538f
1
2
3
4
5
6
7
8
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)