Spaces:
Runtime error
Runtime error
wendys-llc
commited on
Commit
•
2519bc2
1
Parent(s):
03e7533
Update app.py
Browse files
app.py
CHANGED
@@ -3,4 +3,5 @@ import glob
|
|
3 |
|
4 |
example_images = glob.glob('example/*.png')
|
5 |
|
|
|
6 |
gr.Interface.load("models/wendys-llc/amber-mines", examples=example_images, cache_examples=True).launch()
|
|
|
3 |
|
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=True).launch()
|