David Hrachovy commited on
Commit
10e459a
1 Parent(s): 1f772a0

Improve desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '<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
 
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> One example photo is at the bottom. <br> <img src="https://huggingface.co/spaces/HuggingDavid/battletoads/resolve/main/pic.jpg" alt="rick" width="400"/></center></p>'
15
  examples = ['battle.jpg']
16
  interpretation='default'
17
  enable_queue=True