davanstrien HF staff commited on
Commit
5dfb9fd
·
verified ·
1 Parent(s): 40737e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -57,7 +57,6 @@ demo = gr.Interface(
57
  ],
58
  outputs=gr.Textbox(label="Generated Output", lines=10),
59
  title="Genstruct-7B Text Generation Demo",
60
- description="Enter a title and content to generate text using the Genstruct-7B model.",
61
  examples=examples,
62
  description=description,
63
  )
 
57
  ],
58
  outputs=gr.Textbox(label="Generated Output", lines=10),
59
  title="Genstruct-7B Text Generation Demo",
 
60
  examples=examples,
61
  description=description,
62
  )