Spaces:
Runtime error
Runtime error
David Hrachovy
commited on
Commit
·
276e58d
1
Parent(s):
22a7620
Add description
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def predict(img):
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
title = "Is it Battletoads game?"
|
14 |
-
description = '<img src="https://huggingface.co/spaces/HuggingDavid/battletoads/resolve/main/pic.jpg" alt="rick" width="200"
|
15 |
examples = ['battle.jpg']
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
|
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
title = "Is it Battletoads game?"
|
14 |
+
description = '<p><center>Upload your Sega box photo and see it for yourself! <br> <img src="https://huggingface.co/spaces/HuggingDavid/battletoads/resolve/main/pic.jpg" alt="rick" width="200"/></center></p>'
|
15 |
examples = ['battle.jpg']
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|