isayahc commited on
Commit
236595d
·
verified ·
1 Parent(s): bd2f975

warning user about rate limits

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ generate_apparatus_interface = gr.Interface(
182
  inputs=["text", gr.Radio(choices=list(apparatus_retriever_options.keys()), label="Select a retriever", value="Wikipedia")],
183
  outputs="text",
184
  title="Generate Apparatus",
185
- description="I am here to help makers make more and learn the science behind things",
186
  )
187
 
188
  generate_experiment_interface = gr.Interface(
 
182
  inputs=["text", gr.Radio(choices=list(apparatus_retriever_options.keys()), label="Select a retriever", value="Wikipedia")],
183
  outputs="text",
184
  title="Generate Apparatus",
185
+ description="I am here to help makers make more and learn the science behind things. PLEASE NOTE: this call relies on HF calls so it may fail due to rate limits",
186
  )
187
 
188
  generate_experiment_interface = gr.Interface(