Spaces:
Runtime error
Runtime error
linjieccc
commited on
Commit
•
bf9a3a8
1
Parent(s):
b35eb97
fix UI
Browse files
app.py
CHANGED
@@ -27,8 +27,7 @@ task_instance = Taskflow(
|
|
27 |
"information_extraction",
|
28 |
model="uie-x-base",
|
29 |
task_path="PaddlePaddle/uie-x-base",
|
30 |
-
from_hf_hub=True
|
31 |
-
schema="")
|
32 |
|
33 |
examples = [
|
34 |
[
|
|
|
27 |
"information_extraction",
|
28 |
model="uie-x-base",
|
29 |
task_path="PaddlePaddle/uie-x-base",
|
30 |
+
from_hf_hub=True)
|
|
|
31 |
|
32 |
examples = [
|
33 |
[
|