Jaward commited on
Commit
0fa7354
·
verified ·
1 Parent(s): 5004051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1510,8 +1510,7 @@ with gr.Blocks(
1510
  head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
1511
  ) as demo:
1512
  gr.Markdown("""## <center>Lectūra: Your AI Genie for Self-taught Mastery.</center>""")
1513
- gr.Markdown("""## <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>""")
1514
- gr.Markdown("""### <center>Note: Genarating lecture speech takes a while, given that this demo is running on cpu. Recommend limit number of slides to 3 on cpu. For faster generation, please run the app with access to GPU.</center>""")
1515
 
1516
  # Add mode tabs
1517
  with gr.Row():
 
1510
  head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
1511
  ) as demo:
1512
  gr.Markdown("""## <center>Lectūra: Your AI Genie for Self-taught Mastery.</center>""")
1513
+ gr.Markdown("""### <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). Note: Genarating lecture speech takes a while, given that this demo is running on cpu. Recommend limit number of slides to 3 on cpu. For faster generation, please run the app with access to GPU.</center>""")
 
1514
 
1515
  # Add mode tabs
1516
  with gr.Row():