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