You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cool tool, and I really enjoy the images I've gotten from the Demo.
I was hoping one of two things were possible, and I'm wondering if I'm just missing something basic. First, is there a web API? It'd be amazing to be able to do something similar to:
result = requests.get('https://vision-explorer.allenai.org/text_to_image_generation_api', data={'caption': 'Diamond rose horse'})
save_image(result.json()['image_str'])
Or, (and it looks like this is to something that I might actually be able to do) if there's no web API:
This is a cool tool, and I really enjoy the images I've gotten from the Demo.
I was hoping one of two things were possible, and I'm wondering if I'm just missing something basic. First, is there a web API? It'd be amazing to be able to do something similar to:
Or, (and it looks like this is to something that I might actually be able to do) if there's no web API:
I guess my question is: if all I care about is having a caption and getting an image programmatically, what's the easiest way of doing that?
The text was updated successfully, but these errors were encountered: