Kvikontent commited on
Commit
a769de1
β€’
1 Parent(s): 8d59593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def generate_image_from_prompt(prompt_text):
53
  pil_img = Image.open(img) # Open the image using PIL library
54
  return pil_img # Return the converted PIL image
55
 
56
- title = "KVIImager 2.0 Demo 🎨"
57
  description = "This app uses Hugging Face AI model to generate an image based on the provided text prompt πŸ–Ό."
58
 
59
  input_prompt = gr.Textbox(label="Enter Prompt πŸ“", placeholder="E.g. 'Astronaut riding a horse'")
 
53
  pil_img = Image.open(img) # Open the image using PIL library
54
  return pil_img # Return the converted PIL image
55
 
56
+ title = "Ryan Gosling Demo 🎨"
57
  description = "This app uses Hugging Face AI model to generate an image based on the provided text prompt πŸ–Ό."
58
 
59
  input_prompt = gr.Textbox(label="Enter Prompt πŸ“", placeholder="E.g. 'Astronaut riding a horse'")