使用 WebAPI
作者: hcscysh创建于 2025年8月12日更新于 2025年8月12日
from gradio_client import Client, file import os SERVER_URL = "http://192.168.9.58:7860/" # <--- Fill in your server IP address here IMAGE_PATH = "./Janus/temp.png" # <--- Fill in your image path here QUESTION = "Please describe the content of this image in detail."
内容来源: deepseek-ai/Janus