mecoffey commited on
Commit
822c896
·
1 Parent(s): 748a5ad

added demo video and social post to readme

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. app.py +1 -0
README.md CHANGED
@@ -23,6 +23,9 @@ tags:
23
 
24
  ---
25
 
 
 
 
26
  Base model before fine-tune is openbmb/MiniCPM5-1B-Base
27
 
28
  Fine-tune is mecoffey/NPC_brain
 
23
 
24
  ---
25
 
26
+ Demo: https://youtu.be/b7M0ejRoxQU
27
+ Social Post: https://bsky.app/profile/coffeycritter.bsky.social/post/3moecvgrurc25
28
+
29
  Base model before fine-tune is openbmb/MiniCPM5-1B-Base
30
 
31
  Fine-tune is mecoffey/NPC_brain
app.py CHANGED
@@ -333,6 +333,7 @@ with gr.Blocks() as demo:
333
  title = gr.HTML("<center><h1>NPC Generator</h1></center>")
334
  description = gr.HTML("<center>For tabletop GMs when players ask for a description of random people in the tavern.</center>")
335
  tags = gr.HTML("<center>| Backyard AI | Open BMB | Tiny Titan | Fine-tuned | Modal |</center>")
 
336
 
337
  with gr.Row(equal_height = True):
338
  with gr.Column(scale = 2):
 
333
  title = gr.HTML("<center><h1>NPC Generator</h1></center>")
334
  description = gr.HTML("<center>For tabletop GMs when players ask for a description of random people in the tavern.</center>")
335
  tags = gr.HTML("<center>| Backyard AI | Open BMB | Tiny Titan | Fine-tuned | Modal |</center>")
336
+ demo_video = gr.HTML("<center>https://youtu.be/b7M0ejRoxQU</center>")
337
 
338
  with gr.Row(equal_height = True):
339
  with gr.Column(scale = 2):