aje6 commited on
Commit
997b2b7
·
verified ·
1 Parent(s): d1d8c11

Add onnx model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipeline = pipeline(task="object-detection", model="aje6/ASL-Fingerspelling-Detection")
5
 
6
  def predict(input_img):
7
  predictions = pipeline(input_img)