prairie-guy commited on
Commit
20ee3aa
1 Parent(s): 758e020

added examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ gr.Interface(fn=predict,
14
  inputs=gr.inputs.Image(shape=((400,400))),
15
  outputs=gr.outputs.Label(num_top_classes=4),
16
  title = "Art Mood",
17
- examples = [f'_Image{i}.jpg' for i in range(5,12)],
18
  description= "Does this Art make you think of Spring, Summer, Winter or Fall? Do you agree with the Prediction?").launch(share=True, enable_queue=True)
14
  inputs=gr.inputs.Image(shape=((400,400))),
15
  outputs=gr.outputs.Label(num_top_classes=4),
16
  title = "Art Mood",
17
+ examples = [f'_Image{i}.jpg' for i in range(1,12)],
18
  description= "Does this Art make you think of Spring, Summer, Winter or Fall? Do you agree with the Prediction?").launch(share=True, enable_queue=True)