nouamanetazi HF staff dawood HF staff commited on
Commit
bbe1d3e
1 Parent(s): f5338c4

Update app.py (#2)

Browse files

- Update app.py (0c50f2951788bccbd8962485827705e8e46ac088)


Co-authored-by: khan <dawood@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -2
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, cache_examples=True)
 
80
  ],
81
  title="Point cloud segmentation with PointNet",
82
  article=article,
83
+ examples=examples, cache_examples=True
84
+ ).launch(enable_queue=True)