Spaces:
Running
Running
added official website
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Lectūra Research Demo: A Multi-Agent Tool for Self-taught Mastery.
|
2 |
# Author: Jaward Sesay
|
3 |
-
# © Lectūra Labs. All rights reserved.
|
4 |
import os
|
5 |
import json
|
6 |
import re
|
@@ -1602,8 +1602,9 @@ with gr.Blocks(
|
|
1602 |
gr.Markdown("""
|
1603 |
## <center>Lectūra: Your AI Genie for Self-taught Mastery.</center>
|
1604 |
### <center>(Disclaimer: This demo is part of a submission to the AgentX – LLM Agents MOOC Competition, hosted by Berkeley RDI. © Lectūra Labs. All rights reserved)</center>
|
1605 |
-
### Note: Genarating lecture speech takes a while, given that this demo is running on cpu. Recommend limiting number of slides to 3 on cpu. For faster generation, please run the app with access to GPU.
|
1606 |
-
|
|
|
1607 |
with gr.Row():
|
1608 |
with gr.Column(scale=1):
|
1609 |
with gr.Group(elem_id="mode-tabs"):
|
|
|
1 |
# Lectūra Research Demo: A Multi-Agent Tool for Self-taught Mastery.
|
2 |
# Author: Jaward Sesay
|
3 |
+
# © Lectūra Labs. All rights reserved.
|
4 |
import os
|
5 |
import json
|
6 |
import re
|
|
|
1602 |
gr.Markdown("""
|
1603 |
## <center>Lectūra: Your AI Genie for Self-taught Mastery.</center>
|
1604 |
### <center>(Disclaimer: This demo is part of a submission to the AgentX – LLM Agents MOOC Competition, hosted by Berkeley RDI. © Lectūra Labs. All rights reserved)</center>
|
1605 |
+
### Note: Genarating lecture speech takes a while, given that this demo is running on cpu. Recommend limiting number of slides to 3 on cpu. For faster generation, please run the app with access to GPU.
|
1606 |
+
### Official Website: [https://lecturalabs.com/](https://lecturalabs.com/)""")
|
1607 |
+
|
1608 |
with gr.Row():
|
1609 |
with gr.Column(scale=1):
|
1610 |
with gr.Group(elem_id="mode-tabs"):
|