Wootang01 commited on
Commit
1e8c65e
1 Parent(s): 97138d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,5 +61,5 @@ def answer(query):
61
  # demo1.launch(debug=True)
62
  #gr.Interface.from_pipeline(pipe).launch()
63
 
64
- Demo = gr.Interface(fn=answer,inputs='text',outputs='text', title=title, examples=examples)
65
  Demo.launch()
 
61
  # demo1.launch(debug=True)
62
  #gr.Interface.from_pipeline(pipe).launch()
63
 
64
+ Demo = gr.Interface(fn=answer,inputs='text',outputs='text', title=title, description=description, examples=examples)
65
  Demo.launch()