Spaces:
Runtime error
Runtime error
vulture990
commited on
Commit
•
14b043f
1
Parent(s):
660f05a
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,11 @@ demo = gr.Interface(
|
|
39 |
inputs="image",
|
40 |
outputs=gr.Model3D(),
|
41 |
examples=[
|
42 |
-
"https://huggingface.co/datasets/dylanebert/iso3d/resolve/main/jpg@512/a_cat_statue.jpg"
|
|
|
|
|
|
|
|
|
43 |
],
|
44 |
cache_examples=True,
|
45 |
allow_duplication=True,
|
|
|
39 |
inputs="image",
|
40 |
outputs=gr.Model3D(),
|
41 |
examples=[
|
42 |
+
# "https://huggingface.co/datasets/dylanebert/iso3d/resolve/main/jpg@512/a_cat_statue.jpg"
|
43 |
+
"https://ibb.co/GTGc7X1",
|
44 |
+
"https://ibb.co/k5vRx9J",
|
45 |
+
"https://ibb.co/8YsHPZp",
|
46 |
+
"https://ibb.co/n0g9V89"
|
47 |
],
|
48 |
cache_examples=True,
|
49 |
allow_duplication=True,
|