Subhraj07 commited on
Commit
b3aad39
·
1 Parent(s): e480c72

swagger document link updated

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/chatapi/blob/main/README.md",
64
- "Swagger UI" : "https://subhraj07-chatapi.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))
 
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))