Spaces:
Runtime error
Runtime error
Tim Betz
commited on
Commit
·
3180549
1
Parent(s):
67dc437
updated header
Browse files
app.py
CHANGED
|
@@ -69,13 +69,11 @@ app = gr.Interface(
|
|
| 69 |
outputs=[
|
| 70 |
gr.Textbox(lines=16, label="calliope continues..")
|
| 71 |
],
|
| 72 |
-
title="calliope - your personal muse",
|
| 73 |
-
description="calliope is a tiny gpt style model, only trained on english poetry.",
|
| 74 |
allow_flagging="never",
|
| 75 |
)
|
| 76 |
|
| 77 |
with gr.Blocks() as demo:
|
| 78 |
-
gr.HTML(f"<pre>{header}</pre>")
|
| 79 |
app.render()
|
| 80 |
|
| 81 |
if __name__ == "__main__":
|
|
|
|
| 69 |
outputs=[
|
| 70 |
gr.Textbox(lines=16, label="calliope continues..")
|
| 71 |
],
|
|
|
|
|
|
|
| 72 |
allow_flagging="never",
|
| 73 |
)
|
| 74 |
|
| 75 |
with gr.Blocks() as demo:
|
| 76 |
+
gr.HTML(f"<div style='text-align: center;'><pre>{header}</pre></div>")
|
| 77 |
app.render()
|
| 78 |
|
| 79 |
if __name__ == "__main__":
|