geninhu commited on
Commit
f32d4c1
·
1 Parent(s): a1bacc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,5 +110,5 @@ description = 'Classify images using point cloud Segmentation'
110
  article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. "
111
  examples = [f'{EXAMPLES_PATH}/{f}' for f in os.listdir(EXAMPLES_PATH)]
112
 
113
- gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never',
114
  title=title, description=description, article=article, live=False).launch(enable_queue=False, debug=True, inbrowser=False)
 
110
  article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. "
111
  examples = [f'{EXAMPLES_PATH}/{f}' for f in os.listdir(EXAMPLES_PATH)]
112
 
113
+ gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never', cache_examples=False,
114
  title=title, description=description, article=article, live=False).launch(enable_queue=False, debug=True, inbrowser=False)