Spaces:
Runtime error
Runtime error
(SangYeop) commited on
Commit ·
fee0f29
1
Parent(s): 6f52ae9
delete jpg
Browse files- app.py +1 -1
- teamjang.jpg +0 -3
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def classify_image(img):
|
|
| 12 |
|
| 13 |
image = gr.Image()
|
| 14 |
label = gr.Label()
|
| 15 |
-
examples = ['hair_loss_head.jpg', 'FullHair.jpg'
|
| 16 |
|
| 17 |
intf = gr.Interface(fn= classify_image, inputs= image, outputs= label, examples= examples)
|
| 18 |
intf.launch(inline=False)
|
|
|
|
| 12 |
|
| 13 |
image = gr.Image()
|
| 14 |
label = gr.Label()
|
| 15 |
+
examples = ['hair_loss_head.jpg', 'FullHair.jpg']
|
| 16 |
|
| 17 |
intf = gr.Interface(fn= classify_image, inputs= image, outputs= label, examples= examples)
|
| 18 |
intf.launch(inline=False)
|
teamjang.jpg
DELETED
Git LFS Details
|