File size: 322 Bytes
a362b71
 
 
 
 
 
 
1
2
3
4
5
6
7
8
image_interface = gr.Interface(
    fn=generate_cookie_run_image,
    inputs="text",  # Input: Text description of the character
    outputs="image",  # Output: Generated image
    title="Cookie Run Character Generator",
    description="Enter a description of a Cookie Run character, and the AI will create an image!",
)