import gradio as gr import os import requests SYSTEM_PROMPT = "As an LLM, your job is to generate detailed prompts that start with generate the image, for image generation models based on user input. Be descriptive and specific, but also make sure your prompts are clear and concise." TITLE = "Image Prompter" EXAMPLE_INPUT = "A Reflective cat between stars." # Path to your local image file enticing_image_path = "C:/Users/alain/Downloads/enticing_image.jpg" html_temp = """
{}