Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -313,7 +313,7 @@ with gr.Blocks(
|
|
| 313 |
}
|
| 314 |
""") as demo:
|
| 315 |
gr.Markdown("## 🎬 Comic Creator")
|
| 316 |
-
gr.Markdown("Describe your story one scene at a time, with AI-generated images, summaries, and explanations.")
|
| 317 |
|
| 318 |
with gr.Accordion("🧩 Story Setup", open=True):
|
| 319 |
title = gr.Textbox(label="📖 Story Title", placeholder="e.g. The Enchanted Forest")
|
|
|
|
| 313 |
}
|
| 314 |
""") as demo:
|
| 315 |
gr.Markdown("## 🎬 Comic Creator")
|
| 316 |
+
gr.Markdown("Describe your story one scene at a time, with AI-generated images, summaries, and explanations.\nPut your own GOOGLE API and HUGGINGFACE API KEY in the SECRET VARIABLE.")
|
| 317 |
|
| 318 |
with gr.Accordion("🧩 Story Setup", open=True):
|
| 319 |
title = gr.Textbox(label="📖 Story Title", placeholder="e.g. The Enchanted Forest")
|