morenolq commited on
Commit
f4f0e98
1 Parent(s): d7f1231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  inputs=gr.Textbox(lines=10),
20
  outputs=gr.HTML(),
21
  description="Galactica",
22
- examples=[["Abstractive Generation of Scientific Slides from Academic Articles"]]
23
  )
24
 
25
  iface.launch(share=True)
 
19
  inputs=gr.Textbox(lines=10),
20
  outputs=gr.HTML(),
21
  description="Galactica",
22
+ examples=[["The attention mechanism in LLM is"]]
23
  )
24
 
25
  iface.launch(share=True)