Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
·
74e53ba
1
Parent(s):
4d381d5
moar whitespace
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ computer: you are an adventurer exploring the darkest dungeon
|
|
16 |
player: enter dungeon
|
17 |
"""
|
18 |
|
19 |
-
story="""
|
20 |
-
Computer: You are standing in the enterance of the dungeon.
|
21 |
"""
|
22 |
|
23 |
|
@@ -85,12 +84,9 @@ def continue_story(prompt):
|
|
85 |
demo = gr.Blocks()
|
86 |
|
87 |
with demo:
|
88 |
-
gr.Markdown("<h1><center>
|
89 |
gr.Markdown(
|
90 |
-
"
|
91 |
-
"<div>first input name, race and class (or generate them randomly)</div>"
|
92 |
-
"<div>Next, use GPT-J to generate a short description</div>"
|
93 |
-
"<div>Finally, Generate an illustration 🎨 provided by <a href=https://huggingface.co/spaces/multimodalart/latentdiffusion>Latent Diffusion model</a>.</div>"
|
94 |
)
|
95 |
|
96 |
with gr.Row():
|
|
|
16 |
player: enter dungeon
|
17 |
"""
|
18 |
|
19 |
+
story="""Computer: You are standing in the enterance of the dungeon.
|
|
|
20 |
"""
|
21 |
|
22 |
|
|
|
84 |
demo = gr.Blocks()
|
85 |
|
86 |
with demo:
|
87 |
+
gr.Markdown("<h1><center>LiteDungeon</center></h1>")
|
88 |
gr.Markdown(
|
89 |
+
"<div>Create a text adventure, using GPT-J</div>"
|
|
|
|
|
|
|
90 |
)
|
91 |
|
92 |
with gr.Row():
|