Spaces:
Runtime error
Runtime error
Commit
·
5e2f7f0
1
Parent(s):
e12f506
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ label = gr.Label()
|
|
14 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg', 'dumpling_hot_pot.png']
|
15 |
title = "Chinese vs. Koran Hot Pot Classifier " + "\U0001F60B"
|
16 |
description = "Build with <3 by your biggest hot pot fan!"
|
17 |
-
thumbnail = '
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description, thumbnail=thumbnail)
|
|
|
14 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg', 'dumpling_hot_pot.png']
|
15 |
title = "Chinese vs. Koran Hot Pot Classifier " + "\U0001F60B"
|
16 |
description = "Build with <3 by your biggest hot pot fan!"
|
17 |
+
thumbnail = 'chinese_hot_pot.jpg'
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description, thumbnail=thumbnail)
|