sherab65 commited on
Commit
4bdeb98
·
verified ·
1 Parent(s): 967a22b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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