Spaces:
Sleeping
Sleeping
fix georgian file name
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ categories = learn.dls.vocab
|
|
14 |
|
15 |
image = gr.Image(type='pil')
|
16 |
label = gr.Label()
|
17 |
-
examples = ['tudor_cottage.jpg', '
|
18 |
|
19 |
intf = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples, title="Architecture Classifier")
|
20 |
intf.launch(inline=False)
|
|
|
14 |
|
15 |
image = gr.Image(type='pil')
|
16 |
label = gr.Label()
|
17 |
+
examples = ['tudor_cottage.jpg', 'georgian_terrace.jpg']
|
18 |
|
19 |
intf = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples, title="Architecture Classifier")
|
20 |
intf.launch(inline=False)
|