Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def generate_story(prompt):
|
|
63 |
with gr.Blocks() as demo:
|
64 |
title = gr.Markdown('## Lord of the rings app')
|
65 |
description = gr.Markdown('### A Lord of the rings insired app that combines text and image generation')
|
66 |
-
prompt = gr.Textbox(label="Your prompt", value="
|
67 |
story = gr.Textbox(label="Your story")
|
68 |
summary = gr.Textbox(label="Summary")
|
69 |
|
|
|
63 |
with gr.Blocks() as demo:
|
64 |
title = gr.Markdown('## Lord of the rings app')
|
65 |
description = gr.Markdown('### A Lord of the rings insired app that combines text and image generation')
|
66 |
+
prompt = gr.Textbox(label="Your prompt", value="Frodo took the sword and")
|
67 |
story = gr.Textbox(label="Your story")
|
68 |
summary = gr.Textbox(label="Summary")
|
69 |
|