Spaces:
Running
Running
Commit
·
c9d4018
1
Parent(s):
c6c4f6f
update app.py
Browse files
app.py
CHANGED
@@ -1828,6 +1828,7 @@ def create_interface():
|
|
1828 |
<h2>Doc Research Workflow</h2>
|
1829 |
<p class="description">Your Daily Paper Copilot - URLs or Files IN, Multimodal Report OUT</p>
|
1830 |
<p class="powered-by">Powered by <a href="https://github.com/modelscope/ms-agent" target="_blank" rel="noopener noreferrer">MS-Agent</a> | <a href="https://github.com/modelscope/ms-agent/blob/main/projects/doc_research/README.md" target="_blank" rel="noopener noreferrer">Readme</a> </p>
|
|
|
1831 |
</div>
|
1832 |
""")
|
1833 |
|
|
|
1828 |
<h2>Doc Research Workflow</h2>
|
1829 |
<p class="description">Your Daily Paper Copilot - URLs or Files IN, Multimodal Report OUT</p>
|
1830 |
<p class="powered-by">Powered by <a href="https://github.com/modelscope/ms-agent" target="_blank" rel="noopener noreferrer">MS-Agent</a> | <a href="https://github.com/modelscope/ms-agent/blob/main/projects/doc_research/README.md" target="_blank" rel="noopener noreferrer">Readme</a> </p>
|
1831 |
+
<p class="description">Due to limitations in studio resources, tasks may take a long time to run. You can deploy DocResearch in a local CPU environment.</p>
|
1832 |
</div>
|
1833 |
""")
|
1834 |
|