Spaces:
Runtime error
Runtime error
swagger document link updated
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ class RefToken(BaseModel):
|
|
60 |
async def base_url():
|
61 |
try:
|
62 |
return {
|
63 |
-
"Please Check the documentation here": "https://huggingface.co/spaces/Subhraj07/
|
64 |
-
"Swagger UI" : "https://subhraj07-
|
65 |
}
|
66 |
except Exception as e:
|
67 |
raise HTTPException(status_code=500, detail="An error occurred while processing the request." + str(e))
|
|
|
60 |
async def base_url():
|
61 |
try:
|
62 |
return {
|
63 |
+
"Please Check the documentation here": "https://huggingface.co/spaces/Subhraj07/transcription-api/blob/main/README.md",
|
64 |
+
"Swagger UI" : "https://subhraj07-transcription-api.hf.space/docs"
|
65 |
}
|
66 |
except Exception as e:
|
67 |
raise HTTPException(status_code=500, detail="An error occurred while processing the request." + str(e))
|