Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -351,7 +351,7 @@ demo = gr.Interface(
|
|
| 351 |
inputs="text",
|
| 352 |
outputs="json",
|
| 353 |
title=f"Chinese Question Entity Property decomposition 🌧️ demonstration",
|
| 354 |
-
description = description,
|
| 355 |
examples=example_sample if example_sample else None,
|
| 356 |
cache_examples = False
|
| 357 |
)
|
|
|
|
| 351 |
inputs="text",
|
| 352 |
outputs="json",
|
| 353 |
title=f"Chinese Question Entity Property decomposition 🌧️ demonstration",
|
| 354 |
+
#description = description,
|
| 355 |
examples=example_sample if example_sample else None,
|
| 356 |
cache_examples = False
|
| 357 |
)
|