Spaces:
Runtime error
Runtime error
added article="This interface is based on [BookNLP](https://github.com/booknlp/booknlp)."
Browse files
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__":
|