mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 10:30:45 +00:00
update the tmp image path
This commit is contained in:
parent
4274a01ac5
commit
cb8f011e70
@ -114,7 +114,7 @@ def computeIoU(bbox1, bbox2):
|
||||
|
||||
def save_tmp_img(visual_img):
|
||||
file_name = "".join([str(random.randint(0, 9)) for _ in range(5)]) + ".jpg"
|
||||
file_path = "/tmp/" + file_name
|
||||
file_path = "/tmp/gradio" + file_name
|
||||
visual_img.save(file_path)
|
||||
return file_path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user