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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -1509,9 +1509,10 @@ with gr.Blocks(
1509
  js=js_code,
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():
1517
  with gr.Column(scale=1):
 
1509
  js=js_code,
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("""
1513
+ ## <center>Lectūra: Your AI Genie for Self-taught Mastery.</center>
1514
+ ## <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>
1515
+ ### 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.""")
1516
  # Add mode tabs
1517
  with gr.Row():
1518
  with gr.Column(scale=1):