derek-thomas HF staff commited on
Commit
ed9e6a6
1 Parent(s): b1dcace

Better MD messaging

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ You can see the prompt clearly displayed below the chatbot to understand what is
92
  # Read this if you get an error
93
  I'm using [Inference Endpoint's](https://huggingface.co/inference-endpoints)
94
  [Scale to Zero](https://huggingface.co/docs/inference-endpoints/main/en/autoscaling#scaling-to-0) to save money on GPUs.
95
- If the staus shows its not "Running" send a click **Wake Up Endpoint** to wake it up. You will get a `500 error` and it will take
96
- ~4 minutes to wake up.
97
  """
98
 
99
 
 
92
  # Read this if you get an error
93
  I'm using [Inference Endpoint's](https://huggingface.co/inference-endpoints)
94
  [Scale to Zero](https://huggingface.co/docs/inference-endpoints/main/en/autoscaling#scaling-to-0) to save money on GPUs.
95
+ If the staus is "scaledToZero" click **Wake Up Endpoint** to wake it up. You will get an `error` and it will take
96
+ ~4 minutes to wake up. This is expected, if you dont like it please give me a free GPU with enough VRAM.
97
  """
98
 
99