This commit is contained in:
SOULOFCINDER 2023-04-04 13:17:24 +08:00
parent f9d9830c75
commit 4b8594182b
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ gr.Interface(
title=title,
description=description,
article=article,
examples=[['bill.png', 'version 0.3'], ['keanu.png', 'version 0.4'], ['will.jpeg', 'version 0.4']],
examples=[['images/bill.png', 'version 0.3'], ['images/keanu.png', 'version 0.4'], ['images/will.jpeg', 'version 0.4']],
allow_flagging=False,
allow_screenshot=False
).launch()