Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,4 +4,4 @@ import gradio as gr
|
|
| 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)
|
|
|
|
| 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)
|