Spaces:
Paused
Paused
deploying to huggingface spaces
Browse files
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 = ['
|
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 |
|