fawadkhan commited on
Commit
3813c6d
·
verified ·
1 Parent(s): a2b6bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ def response(request: ChatRequest):
89
  except KeyError:
90
  raise HTTPException(status_code=404, detail="Chat ID not found")
91
  except Exception as e:
92
- raise HTTPException(status_code=500, detail=str(e))
 
89
  except KeyError:
90
  raise HTTPException(status_code=404, detail="Chat ID not found")
91
  except Exception as e:
92
+ raise HTTPException(status_code=500, detail="GPU Memory Over Loading Please Try Again After Some Time")