Logan Zoellner commited on
Commit
74e53ba
·
1 Parent(s): 4d381d5

moar whitespace

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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>NPC Generator</center></h1>")
89
  gr.Markdown(
90
- "based on <a href=https://huggingface.co/spaces/Gradio-Blocks/GPTJ6B_Poetry_LatentDiff_Illustration> Gradio poetry generator</a>."
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():