Spaces:
Runtime error
Runtime error
Commit
•
bbe1d3e
1
Parent(s):
f5338c4
Update app.py (#2)
Browse files- Update app.py (0c50f2951788bccbd8962485827705e8e46ac088)
Co-authored-by: khan <[email protected]>
app.py
CHANGED
@@ -80,5 +80,5 @@ iface = gr.Interface(
|
|
80 |
],
|
81 |
title="Point cloud segmentation with PointNet",
|
82 |
article=article,
|
83 |
-
examples=examples,
|
84 |
-
).launch(enable_queue=True
|
|
|
80 |
],
|
81 |
title="Point cloud segmentation with PointNet",
|
82 |
article=article,
|
83 |
+
examples=examples, cache_examples=True
|
84 |
+
).launch(enable_queue=True)
|