Spaces:
Runtime error
Runtime error
sc_ma
commited on
Commit
·
a519b87
1
Parent(s):
35c0f46
Update Readme
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def clear_inputs(text1, text2):
|
|
9 |
|
10 |
with gr.Blocks() as demo:
|
11 |
gr.Markdown('''
|
12 |
-
# Auto-Draft:
|
13 |
|
14 |
本Demo提供对[Auto-Draft](https://github.com/CCCBora/auto-draft)的auto_backgrounds功能的测试。通过输入一个领域的名称(比如Deep Reinforcement Learning),
|
15 |
即可自动对这个领域的相关文献进行归纳总结.
|
|
|
9 |
|
10 |
with gr.Blocks() as demo:
|
11 |
gr.Markdown('''
|
12 |
+
# Auto-Draft: 文献整理辅助工具
|
13 |
|
14 |
本Demo提供对[Auto-Draft](https://github.com/CCCBora/auto-draft)的auto_backgrounds功能的测试。通过输入一个领域的名称(比如Deep Reinforcement Learning),
|
15 |
即可自动对这个领域的相关文献进行归纳总结.
|