Spaces:
Runtime error
Runtime error
wendys-llc
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ import glob
|
|
4 |
example_images = glob.glob('example/*.png')
|
5 |
|
6 |
# Forcing edit
|
7 |
-
gr.Interface.load("models/wendys-llc/amber-mines", examples=example_images, cache_examples=
|
|
|
4 |
example_images = glob.glob('example/*.png')
|
5 |
|
6 |
# Forcing edit
|
7 |
+
gr.Interface.load("models/wendys-llc/amber-mines", examples=example_images, cache_examples=False).launch()
|