Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|