Emaad commited on
Commit
8d2fbeb
1 Parent(s): 4f83e53

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.")
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 ~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
  )