drewThomasson commited on
Commit
4f6be96
·
verified ·
1 Parent(s): 2a6fd91

added article="This interface is based on [BookNLP](https://github.com/booknlp/booknlp)."

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,7 +76,8 @@ def gradio_interface():
76
  inputs=file_input,
77
  outputs=file_output,
78
  title="BookNLP Processor with Ebook Support",
79
- description=description
 
80
  ).launch()
81
 
82
  if __name__ == "__main__":
 
76
  inputs=file_input,
77
  outputs=file_output,
78
  title="BookNLP Processor with Ebook Support",
79
+ description=description,
80
+ article="This interface is based on [BookNLP](https://github.com/booknlp/booknlp)."
81
  ).launch()
82
 
83
  if __name__ == "__main__":