Spaces:
Runtime error
Runtime error
ya
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -61,7 +61,7 @@ app = FastAPI(title="Medical Transcription Pipeline (Groq API)")
|
|
| 61 |
@app.get("/")
|
| 62 |
async def root():
|
| 63 |
return {
|
| 64 |
-
"message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact"
|
| 65 |
}
|
| 66 |
|
| 67 |
@app.post("/full_process")
|
|
|
|
| 61 |
@app.get("/")
|
| 62 |
async def root():
|
| 63 |
return {
|
| 64 |
+
"message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact."
|
| 65 |
}
|
| 66 |
|
| 67 |
@app.post("/full_process")
|