Spaces:
Running
on
T4
Running
on
T4
removed share=True
Browse files
app.py
CHANGED
@@ -434,4 +434,4 @@ with gr.Blocks(title="CountGD: Multi-Modal Open-World Counting", theme="soft", h
|
|
434 |
clear_btn_main.add([input_image_main, input_text_main, exemplar_image_main, detected_instances_main, pred_count_main])
|
435 |
|
436 |
|
437 |
-
demo.launch(
|
|
|
434 |
clear_btn_main.add([input_image_main, input_text_main, exemplar_image_main, detected_instances_main, pred_count_main])
|
435 |
|
436 |
|
437 |
+
demo.launch(allowed_paths=['back-icon.jpg', 'paste-icon.jpg', 'upload-icon.jpg', 'button-legend.jpg'])
|