mvaloatto commited on
Commit
2246af9
·
1 Parent(s): 06a85fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(image):
10
  return {p["label"]: p["score"] for p in predictions}
11
 
12
  title = "<br>Hot dog or not?<br>"
13
- description = "This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>"
14
 
15
  gr.Interface(
16
  predict,
 
10
  return {p["label"]: p["score"] for p in predictions}
11
 
12
  title = "<br>Hot dog or not?<br>"
13
+ description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>'
14
 
15
  gr.Interface(
16
  predict,