feat: update text_to_image skill

This commit is contained in:
莘权 马 2023-08-18 20:22:52 +08:00
parent 20568a3d72
commit 3715a69e3f
4 changed files with 23 additions and 8 deletions

View file

@ -20,7 +20,7 @@ async def mock_text_to_image():
size_type: str
inputs = [
{"input": "Panda emoji", "size_type": "256x256"}
{"input": "Panda emoji", "size_type": "512x512"}
]
for i in inputs: