Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/imperialhtech/SOAPAPI
Browse files- 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")
|