mikegarts commited on
Commit
af893f9
1 Parent(s): be76889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_story(prompt):
62
 
63
  with gr.Blocks() as demo:
64
  title = gr.Markdown('## Lord of the rings app')
65
- description = gr.Markdown(f'#### A Lord of the rings insired app that combines text and image generation.'
66
  f' The language modeling is done by fine tuning distilgpt2 on the LOTR trilogy.'
67
  f' The text2img model is {model_id}. The summarization is done using distilbart.')
68
  prompt = gr.Textbox(label="Your prompt", value="Frodo took the sword and")
 
62
 
63
  with gr.Blocks() as demo:
64
  title = gr.Markdown('## Lord of the rings app')
65
+ description = gr.Markdown(f'#### A Lord of the rings inspired app that combines text and image generation.'
66
  f' The language modeling is done by fine tuning distilgpt2 on the LOTR trilogy.'
67
  f' The text2img model is {model_id}. The summarization is done using distilbart.')
68
  prompt = gr.Textbox(label="Your prompt", value="Frodo took the sword and")