feiyang-cai commited on
Commit
0e7c02e
·
verified ·
1 Parent(s): 8412583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -178,7 +178,9 @@ def build_inference():
178
  with gr.Blocks() as demo:
179
  # first row - Dropdown input
180
  #with gr.Row():
181
- #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.")
 
 
182
  dropdown = gr.Dropdown([task_names[key] for key in tasks], label="Task", value=task_names[tasks[0]])
183
  description_box = gr.Textbox(label="Task description", lines=5,
184
  interactive=False,
 
178
  with gr.Blocks() as demo:
179
  # first row - Dropdown input
180
  #with gr.Row():
181
+ gr.Markdown(f"<span style='color: red;'>This is space is a Beta version, and you might encounter the problems duing the using. We will inspect this space and launch a new version by Jan 26, 2025. </span> ")
182
+
183
+
184
  dropdown = gr.Dropdown([task_names[key] for key in tasks], label="Task", value=task_names[tasks[0]])
185
  description_box = gr.Textbox(label="Task description", lines=5,
186
  interactive=False,