Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
7a791ff
1
Parent(s):
151ca51
allow duplication
Browse files
app.py
CHANGED
@@ -42,5 +42,6 @@ demo = gr.Interface(
|
|
42 |
"https://huggingface.co/datasets/dylanebert/iso3d/resolve/main/jpg@512/a_cat_statue.jpg"
|
43 |
],
|
44 |
cache_examples=True,
|
|
|
45 |
)
|
46 |
demo.queue().launch()
|
|
|
42 |
"https://huggingface.co/datasets/dylanebert/iso3d/resolve/main/jpg@512/a_cat_statue.jpg"
|
43 |
],
|
44 |
cache_examples=True,
|
45 |
+
allow_duplication=True,
|
46 |
)
|
47 |
demo.queue().launch()
|