Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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,
|