Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
# Load the model
|
4 |
-
model = "dima806/facial_age_image_detection"
|
5 |
-
|
6 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the model
|
4 |
+
model = gr.load("models/dima806/facial_age_image_detection")
|
5 |
+
|
6 |
+
# Launch the Gradio application with a public link
|
7 |
+
model.launch(share=True)"
|