syafiqq02 commited on
Commit
42992a0
·
2 Parent(s): af3018b 6f09a39

Merge branch 'main' of https://huggingface.co/spaces/imperialhtech/SOAPAPI

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -58,7 +58,7 @@ app = FastAPI(title="Medical Transcription Pipeline (Groq API)")
58
  @app.get("/")
59
  async def root():
60
  return {
61
- "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact."
62
  }
63
 
64
  @app.post("/full_process")
 
58
  @app.get("/")
59
  async def root():
60
  return {
61
+ "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact"
62
  }
63
 
64
  @app.post("/full_process")