mikegarts commited on
Commit
7e9b8ea
1 Parent(s): 34d353a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="And then the hobbit said")
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