credits updated
Browse files
app.py
CHANGED
@@ -147,7 +147,8 @@ def create_gradio_interface():
|
|
147 |
title="π¨ AI Image Generator"
|
148 |
) as demo:
|
149 |
# Title and Description
|
150 |
-
gr.Markdown("# π¨ AI Image Generator")
|
|
|
151 |
gr.Markdown("Generate stunning images from your text prompts using AI!")
|
152 |
|
153 |
# Input and Output Components
|
|
|
147 |
title="π¨ AI Image Generator"
|
148 |
) as demo:
|
149 |
# Title and Description
|
150 |
+
gr.Markdown("# π¨ AI Image Generator ")
|
151 |
+
gr.Markdown("This webapp is created with β€ by Sumit Yadav as GenAI project. Credits to HuggingFace Spaces and StabilityAI")
|
152 |
gr.Markdown("Generate stunning images from your text prompts using AI!")
|
153 |
|
154 |
# Input and Output Components
|