Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def generateOutput(source):
|
|
121 |
|
122 |
title = "FastSAM Inference Trials"
|
123 |
description = "Shows the FastSAM related Inference Trials"
|
124 |
-
examples = [["
|
125 |
demo = gr.Interface(
|
126 |
generateOutput,
|
127 |
inputs = [
|
|
|
121 |
|
122 |
title = "FastSAM Inference Trials"
|
123 |
description = "Shows the FastSAM related Inference Trials"
|
124 |
+
examples = [["941398-beautiful-farm-animals-wallpaper-2000x1402-for-meizu.jpg"], ["Puppies.jpg"], ["photo2.JPG"], ["MultipleItems.jpg"]]
|
125 |
demo = gr.Interface(
|
126 |
generateOutput,
|
127 |
inputs = [
|