Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ As a community effort, this demo was put together by AngryPenguin. Link to model
|
|
| 40 |
"""
|
| 41 |
|
| 42 |
with gr.Blocks() as demo:
|
| 43 |
-
gr.Markdown(description) # Display the description at the top of the interface
|
| 44 |
gr.Markdown("## Playground-V2.5 Demo")
|
|
|
|
| 45 |
|
| 46 |
# Prompt on its own row
|
| 47 |
with gr.Row():
|
|
|
|
| 40 |
"""
|
| 41 |
|
| 42 |
with gr.Blocks() as demo:
|
|
|
|
| 43 |
gr.Markdown("## Playground-V2.5 Demo")
|
| 44 |
+
gr.Markdown(description)
|
| 45 |
|
| 46 |
# Prompt on its own row
|
| 47 |
with gr.Row():
|