davanstrien HF staff commited on
Commit
f5c08ff
·
verified ·
1 Parent(s): 98d5ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ demo = gr.Interface(
44
  ],
45
  outputs=gr.Textbox(label="Generated Output", lines=10),
46
  title="Genstruct-7B Text Generation Demo",
47
- description="Enter a title and content to generate text using the Genstruct-7B model."
 
48
  )
49
 
50
  if __name__ == "__main__":
 
44
  ],
45
  outputs=gr.Textbox(label="Generated Output", lines=10),
46
  title="Genstruct-7B Text Generation Demo",
47
+ description="Enter a title and content to generate text using the Genstruct-7B model.",
48
+ examples=examples
49
  )
50
 
51
  if __name__ == "__main__":