dawood HF staff commited on
Commit
0c50f29
1 Parent(s): f5338c4

Update app.py

Browse files
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)