zac commited on
Commit
3d34f2c
1 Parent(s): 5c9b1c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
 
 
 
 
2
 
3
  gr.load("models/zac/Bad_hands").launch()
 
1
  import gradio as gr
2
+ # Use a pipeline as a high-level helper
3
+ from transformers import pipeline
4
+
5
+ pipe = pipeline("image-classification", model="zac/Bad_hands")
6
 
7
  gr.load("models/zac/Bad_hands").launch()