Update app.py
Browse files
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
|
| 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")
|