Spaces:
Runtime error
Runtime error
davidrd123
commited on
Commit
•
bcbf01d
1
Parent(s):
fb4cb72
updated 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 =
|
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 = examples,
|
20 |
description= "What Art Movement Matches the Image Best? Expressionism | Impressionism | Hudson River School | Ukiyo-e | Pre-Raphaelite").launch(share=True, enable_queue=True)
|