Wootang01 commited on
Commit
be4de2e
·
1 Parent(s): eded7d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ examples = [
13
  ]
14
 
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
- title="Distil GPT2 Finetuned on HKDSE English Language Paper 4", examples=examples)
17
 
18
  demo.launch()
 
13
  ]
14
 
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
+ title="Text Generator Distil GPT2 Finetuned on HKDSE English Language Paper 4", examples=examples)
17
 
18
  demo.launch()