Spaces:
Running
on
Zero
Running
on
Zero
feiyang-cai
commited on
Commit
·
6af59a3
1
Parent(s):
5801d99
add the readme
Browse files
app.py
CHANGED
@@ -167,6 +167,7 @@ def build_inference():
|
|
167 |
#with gr.Row():
|
168 |
print(property_names[0].lower())
|
169 |
print(properties)
|
|
|
170 |
dropdown = gr.Dropdown(properties, label="Property", value=dataset_property_names[property_names[0].lower()])
|
171 |
description_box = gr.Textbox(label="Property description", lines=5,
|
172 |
interactive=False,
|
|
|
167 |
#with gr.Row():
|
168 |
print(property_names[0].lower())
|
169 |
print(properties)
|
170 |
+
gr.Markdown(f"<span style='color: red;'>If you run out of your GPU quota, you can use the </span> <a href='https://huggingface.co/spaces/ChemFM/molecular_property_prediction'>CPU-powered space</a> but with much lower performance.")
|
171 |
dropdown = gr.Dropdown(properties, label="Property", value=dataset_property_names[property_names[0].lower()])
|
172 |
description_box = gr.Textbox(label="Property description", lines=5,
|
173 |
interactive=False,
|