Atlasbot commited on
Commit
d4c1791
·
1 Parent(s): 271577b

deploying to huggingface spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
13
 
14
  title = "Camel or a Llama ?"
15
- examples = ['/content/Llama_or_not/Llama/123e64ba-45e6-4f8b-b055-8762d6a9a347.jpg']
16
  interpretation='default'
17
  enable_queue=True
18
 
 
12
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
13
 
14
  title = "Camel or a Llama ?"
15
+ examples = ['llama_beauty.jpg']
16
  interpretation='default'
17
  enable_queue=True
18