pvanand commited on
Commit
c7659f4
·
verified ·
1 Parent(s): d9caca4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -175,7 +175,7 @@ async def serve_indic_tts():
175
  return HTMLResponse(content=content)
176
 
177
  @app.get("/presentation", response_class=HTMLResponse)
178
- async def serve_indic_tts():
179
  with open("static/presentation-agent.html", "r") as file:
180
  content = file.read()
181
  return HTMLResponse(content=content)
 
175
  return HTMLResponse(content=content)
176
 
177
  @app.get("/presentation", response_class=HTMLResponse)
178
+ async def presentation():
179
  with open("static/presentation-agent.html", "r") as file:
180
  content = file.read()
181
  return HTMLResponse(content=content)