black44 commited on
Commit
92a7105
·
verified ·
1 Parent(s): ef1a5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
  from typing import Optional
16
 
17
  # FastAPI instance
18
- app = FastAPI(title="Kinyarwanda NLP API", version="1.0")
19
 
20
  # Config
21
  MODEL_PATH = "/app/models/suno-bark"
@@ -65,7 +65,7 @@ class LegalDocRequest(BaseModel):
65
  # Root route
66
  @app.get("/")
67
  def root():
68
- return {"message": "Welcome to Kinyarwanda NLP API"}
69
 
70
  # Text-to-Speech endpoint
71
  @app.post("/tts/")
 
15
  from typing import Optional
16
 
17
  # FastAPI instance
18
+ app = FastAPI(title="Kinyarwanda Engine", version="1.0")
19
 
20
  # Config
21
  MODEL_PATH = "/app/models/suno-bark"
 
65
  # Root route
66
  @app.get("/")
67
  def root():
68
+ return {"message": "Welcome to Kinyarwanda Engine"}
69
 
70
  # Text-to-Speech endpoint
71
  @app.post("/tts/")