Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"],["
|
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 = [
|