dylanebert HF staff commited on
Commit
7a791ff
1 Parent(s): 151ca51

allow duplication

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()