Gregor Betz commited on
Commit
06a0716
·
unverified ·
1 Parent(s): e4c80df

error message

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -213,15 +213,15 @@ with gr.Blocks() as demo:
213
 
214
  if not client_kwargs["inference_server_url"]:
215
  gr.Markdown(
216
- "⚠️ Error: Please set the client model inference endpoint in the config.yaml file."
217
  )
218
  if not guide_kwargs["inference_server_url"]:
219
  gr.Markdown(
220
- "⚠️ Error: Please set the expert model inference endpoint in the config.yaml file."
221
  )
222
  if not guide_kwargs["classifier_kwargs"]["inference_server_url"]:
223
  gr.Markdown(
224
- "⚠️ Error: Please set the classifier model inference endpoint in the config.yaml file."
225
  )
226
 
227
  # set up client and guide
 
213
 
214
  if not client_kwargs["inference_server_url"]:
215
  gr.Markdown(
216
+ "⚠️ **Error:** Please set the client model inference endpoint in the config.yaml file."
217
  )
218
  if not guide_kwargs["inference_server_url"]:
219
  gr.Markdown(
220
+ "⚠️ **Error:** Please set the expert model inference endpoint in the config.yaml file."
221
  )
222
  if not guide_kwargs["classifier_kwargs"]["inference_server_url"]:
223
  gr.Markdown(
224
+ "⚠️ **Error:** Please set the classifier model inference endpoint in the config.yaml file."
225
  )
226
 
227
  # set up client and guide