fizzarif7 commited on
Commit
1991603
·
verified ·
1 Parent(s): 185c35f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")