Update app.py

#2
by dawood HF staff - opened
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)