Spaces:
Runtime error
Runtime error
verkaDerkaDerk
commited on
Commit
·
f7a2ca3
1
Parent(s):
898d950
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,8 @@ examples = [
|
|
60 |
["lions.jpg"]
|
61 |
]
|
62 |
|
63 |
-
gr.Interface(depth, inputs, outputs, title=title, description=description,
|
|
|
|
|
|
|
|
|
|
60 |
["lions.jpg"]
|
61 |
]
|
62 |
|
63 |
+
gr.Interface(depth, inputs, outputs, title=title, description=description,
|
64 |
+
article=article, examples=examples, analytics_enabled=False
|
65 |
+
).launch(enable_queue=True
|
66 |
+
#,cache_examples=True <-- busted
|
67 |
+
)
|