rwcuffney commited on
Commit
3020d9f
1 Parent(s): dec78b0

Update app.py

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="dazzle-nu/autotrain-weather-classification-3739699409")
5
 
6
  def predict(image):
7
  predictions = pipeline(image)
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipeline = pipeline(task="image-classification", model="rwcuffney/autotrain-pick_a_card-3726099224")
5
 
6
  def predict(image):
7
  predictions = pipeline(image)