Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ demo = gr.Interface(
|
|
| 83 |
inputs="text",
|
| 84 |
outputs="json",
|
| 85 |
title=f"Chinese Question Words extractor 🐱 demonstration",
|
| 86 |
-
description = description,
|
| 87 |
examples=example_sample if example_sample else None,
|
| 88 |
cache_examples = False
|
| 89 |
)
|
|
|
|
| 83 |
inputs="text",
|
| 84 |
outputs="json",
|
| 85 |
title=f"Chinese Question Words extractor 🐱 demonstration",
|
| 86 |
+
#description = description,
|
| 87 |
examples=example_sample if example_sample else None,
|
| 88 |
cache_examples = False
|
| 89 |
)
|