Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,8 @@
|
|
| 31 |
# # Launch the app
|
| 32 |
# gradio_app.launch()
|
| 33 |
|
|
|
|
|
|
|
| 34 |
import gradio as gr
|
| 35 |
from PIL import Image
|
| 36 |
|
|
|
|
| 31 |
# # Launch the app
|
| 32 |
# gradio_app.launch()
|
| 33 |
|
| 34 |
+
classifier = pipeline("image-classification", model="sherab65/age-classification")
|
| 35 |
+
|
| 36 |
import gradio as gr
|
| 37 |
from PIL import Image
|
| 38 |
|