Spaces:
Runtime error
Runtime error
Kvikontent
commited on
Commit
β’
3fd9364
1
Parent(s):
3cd16d1
Update app.py
Browse files
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 = "
|
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 = "Midjourney V6 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'")
|