Spaces:
Runtime error
Runtime error
Testing what happens if I leave allowed_paths in as an arg in launch
Browse files
app.py
CHANGED
@@ -426,5 +426,5 @@ if __name__ == '__main__':
|
|
426 |
clear_btn_main.add([input_image_main, input_text_main, exemplar_image_main, detected_instances_main, pred_count_main])
|
427 |
|
428 |
|
429 |
-
|
430 |
-
demo.queue().launch(share=True)
|
|
|
426 |
clear_btn_main.add([input_image_main, input_text_main, exemplar_image_main, detected_instances_main, pred_count_main])
|
427 |
|
428 |
|
429 |
+
demo.queue().launch(share=True, allowed_paths=['back-icon.jpg', 'paste-icon.jpg', 'upload-icon.jpg', 'button-legend.jpg'])
|
430 |
+
#demo.queue().launch(share=True)
|