Wootang01 commited on
Commit
7e110d5
·
1 Parent(s): 254a8fa

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
- 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 Bloom-560M", examples=examples)
17
 
18
  demo.launch()