Spaces:
Runtime error
Runtime error
bold
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ gradio-app h2, .gradio-app h2 {
|
|
292 |
with gr.Blocks(css=CSS) as demo:
|
293 |
gr.HTML(read_content("header.html"))
|
294 |
gr.Markdown(
|
295 |
-
"Open-sourced by PaddleNLP, **
|
296 |
"UIE-X performs well on a zero-shot settings, which is enabled by a flexible schema that allows you to specify extraction targets with simple natural language."
|
297 |
"Moreover, on PaddleNLP, we provide a comprehensive and easy-to-use fine-tuning and few-shot customization workflow."
|
298 |
"For more details, please visit our [GitHub](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/information_extraction)"
|
|
|
292 |
with gr.Blocks(css=CSS) as demo:
|
293 |
gr.HTML(read_content("header.html"))
|
294 |
gr.Markdown(
|
295 |
+
"Open-sourced by PaddleNLP, **UIE-X** is a universal information extraction engine for both scanned document and text inputs. It supports Entity Extraction, Relation Extraction and Event Extraction tasks."
|
296 |
"UIE-X performs well on a zero-shot settings, which is enabled by a flexible schema that allows you to specify extraction targets with simple natural language."
|
297 |
"Moreover, on PaddleNLP, we provide a comprehensive and easy-to-use fine-tuning and few-shot customization workflow."
|
298 |
"For more details, please visit our [GitHub](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/information_extraction)"
|