Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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")
|