derek-thomas HF staff commited on
Commit
1a7a096
1 Parent(s): cf11d3f

Adding error

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ A retriever ([sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https
86
 
87
  You can see the prompt clearly displayed below the chatbot to understand what is going to the LLM.
88
 
89
- Note I'm using Inference Endpoint's Scale to Zero to save money on GPUs. If the staus shows its not "Running" send a
 
90
  chat to wake it up. You will get a `500 error` and it will take ~7 min to wake up.
91
  """
92
 
 
86
 
87
  You can see the prompt clearly displayed below the chatbot to understand what is going to the LLM.
88
 
89
+ # Read this if you get an error
90
+ I'm using Inference Endpoint's Scale to Zero to save money on GPUs. If the staus shows its not "Running" send a
91
  chat to wake it up. You will get a `500 error` and it will take ~7 min to wake up.
92
  """
93