Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
| 27 |
],
|
| 28 |
outputs=gr.Textbox(label="Model Answer (模型回答)"),
|
| 29 |
title="Case Study: Document QA System",
|
| 30 |
-
description="
|
| 31 |
)
|
| 32 |
|
| 33 |
if __name__ == "__main__":
|
|
|
|
| 27 |
],
|
| 28 |
outputs=gr.Textbox(label="Model Answer (模型回答)"),
|
| 29 |
title="Case Study: Document QA System",
|
| 30 |
+
description="根據提供的文本回答問題。"
|
| 31 |
)
|
| 32 |
|
| 33 |
if __name__ == "__main__":
|