mohsenfayyaz commited on
Commit
f04db60
1 Parent(s): 5223a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ demo = gr.Interface(
18
  outputs=gr.outputs.Textbox(label="Generated Text"),
19
  examples=examples,
20
  cache_examples=True,
 
21
  )
22
 
23
  demo.launch()
 
18
  outputs=gr.outputs.Textbox(label="Generated Text"),
19
  examples=examples,
20
  cache_examples=True,
21
+ title="Query Information Extraction Demo",
22
  )
23
 
24
  demo.launch()