Spaces:
Runtime error
Runtime error
davidrd123
commited on
Commit
•
5cfecd7
1
Parent(s):
4499d89
Upload app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ gr.Interface(fn=predict,
|
|
16 |
inputs=gr.inputs.Image(shape=((512,512))),
|
17 |
outputs=gr.outputs.Label(num_top_classes=5),
|
18 |
title = "Art Movements",
|
19 |
-
examples = [f"Image{n:02d}.jpg" for n in range(
|
20 |
description= "What Art Movement Matches the Image Best? Expressionism | Impressionism | Hudson River School | Ukiyo-e | Pre-Raphaelite").launch(share=True, enable_queue=True)
|
|
|
16 |
inputs=gr.inputs.Image(shape=((512,512))),
|
17 |
outputs=gr.outputs.Label(num_top_classes=5),
|
18 |
title = "Art Movements",
|
19 |
+
examples = [f"Image{n:02d}.jpg" for n in range(25)],
|
20 |
description= "What Art Movement Matches the Image Best? Expressionism | Impressionism | Hudson River School | Ukiyo-e | Pre-Raphaelite").launch(share=True, enable_queue=True)
|