Spaces:
Runtime error
Runtime error
Add Heading level
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
gen = Videobook()
|
5 |
with gr.Blocks() as demo:
|
6 |
gr.Markdown("# Videobook")
|
7 |
-
gr.Markdown("This app generates a Narrated Video from a story.")
|
8 |
with gr.Row():
|
9 |
with gr.Column():
|
10 |
story = gr.inputs.Textbox(lines = 5, label = "Story")
|
|
|
4 |
gen = Videobook()
|
5 |
with gr.Blocks() as demo:
|
6 |
gr.Markdown("# Videobook")
|
7 |
+
gr.Markdown("## This app generates a Narrated Video from a story.")
|
8 |
with gr.Row():
|
9 |
with gr.Column():
|
10 |
story = gr.inputs.Textbox(lines = 5, label = "Story")
|