Emaad commited on
Commit
ce23710
1 Parent(s): 815b096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ class model:
88
  base_class = model()
89
 
90
  with gr.Blocks(theme='gradio/soft') as demo:
91
- gr.Markdown("Select the prediction model. Note the first run may take ~2-3 minutes, but will take 4-5 seconds afterwards.")
92
  gr.Markdown(
93
  "CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
94
  )
 
88
  base_class = model()
89
 
90
  with gr.Blocks(theme='gradio/soft') as demo:
91
+ gr.Markdown("Select the prediction model. **Note the first run may take ~1-2 minutes, but will take 2-3 seconds afterwards.**")
92
  gr.Markdown(
93
  "CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
94
  )