Spaces:
Runtime error
Runtime error
Commit ·
8ff2d8e
1
Parent(s): b75ee56
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def classify_image(img):
|
|
| 11 |
image = gr.Image()
|
| 12 |
label = gr.Label()
|
| 13 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg', 'dumpling_hot_pot.png']
|
| 14 |
-
title = "Chinese vs.
|
| 15 |
description = "Built with <3 by your biggest hot pot fan!"
|
| 16 |
|
| 17 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description)
|
|
|
|
| 11 |
image = gr.Image()
|
| 12 |
label = gr.Label()
|
| 13 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg', 'dumpling_hot_pot.png']
|
| 14 |
+
title = "Chinese vs. Korean Hot Pot Classifier " + "\U0001F60B"
|
| 15 |
description = "Built with <3 by your biggest hot pot fan!"
|
| 16 |
|
| 17 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description)
|