Spaces:
Runtime error
Runtime error
update main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -74,7 +74,7 @@ app = FastAPI(title="Medical Transcription Pipeline (Groq API)")
|
|
| 74 |
@app.get("/")
|
| 75 |
async def root():
|
| 76 |
return {
|
| 77 |
-
"message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact
|
| 78 |
}
|
| 79 |
|
| 80 |
@app.post("/full_process")
|
|
|
|
| 74 |
@app.get("/")
|
| 75 |
async def root():
|
| 76 |
return {
|
| 77 |
+
"message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact"
|
| 78 |
}
|
| 79 |
|
| 80 |
@app.post("/full_process")
|