Spaces:
Runtime error
Runtime error
warning user about rate limits
Browse files
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(
|