Spaces:
Running
Running
Nick Doiron
commited on
Commit
•
877a841
1
Parent(s):
ae753cc
dont use my example
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def query(img):
|
|
61 |
iface = gr.Interface(
|
62 |
fn=query,
|
63 |
examples=[
|
64 |
-
os.path.join(os.path.dirname(__file__), "images/i1.png"),
|
65 |
os.path.join(os.path.dirname(__file__), "images/0a09aa7356c0.png"),
|
66 |
os.path.join(os.path.dirname(__file__), "images/0a4e1a29ffff.png"),
|
67 |
os.path.join(os.path.dirname(__file__), "images/0c43c79e8cfb.png"),
|
|
|
61 |
iface = gr.Interface(
|
62 |
fn=query,
|
63 |
examples=[
|
64 |
+
# os.path.join(os.path.dirname(__file__), "images/i1.png"),
|
65 |
os.path.join(os.path.dirname(__file__), "images/0a09aa7356c0.png"),
|
66 |
os.path.join(os.path.dirname(__file__), "images/0a4e1a29ffff.png"),
|
67 |
os.path.join(os.path.dirname(__file__), "images/0c43c79e8cfb.png"),
|