Chintan-Shah commited on
Commit
18dbf41
·
verified ·
1 Parent(s): 3d31657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generateOutput(source):
38
 
39
  title = "CLIP Classification Inference Trials"
40
  description = "Shows the CLIP Classification based on CIFAR100 data with your own image"
41
- examples = [["Elephants.jpg"],["941398-beautiful-farm-animals-wallpaper-2000x1402-for-meizu.jpg"], ["Puppies.jpg"], ["photo2.JPG"], ["MultipleItems.jpg"]]
42
  demo = gr.Interface(
43
  generateOutput,
44
  inputs = [
 
38
 
39
  title = "CLIP Classification Inference Trials"
40
  description = "Shows the CLIP Classification based on CIFAR100 data with your own image"
41
+ examples = [["Elephants.jpg"],["bloom-blooming-blossom-462118.jpg"], ["Puppies.jpg"], ["photo2.JPG"], ["MultipleItems.jpg"]]
42
  demo = gr.Interface(
43
  generateOutput,
44
  inputs = [