ChristopherMarais commited on
Commit
6b15d19
·
verified ·
1 Parent(s): 8f247c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ button {
177
 
178
  with gr.Blocks(css=css) as demo:
179
  gr.Markdown("<h1><center>Bark Beetle Classification<h1><center>")
180
- gr.Markdown("<h3><center>Note the model runs on CPU, so it may take a while to run the model.<h3><center>")
181
  with gr.Column(variant="panel"):
182
  with gr.Row(variant="compact"):
183
  inputs = gr.Image()
 
177
 
178
  with gr.Blocks(css=css) as demo:
179
  gr.Markdown("<h1><center>Bark Beetle Classification<h1><center>")
180
+ gr.Markdown("<h3><center>Note this instance of the classifier is for demonstration only and runs on CPU, not on GPU. If you are interested in testing the model, contact us, and we will switch it to its full capacity in an instant.<h3><center>")
181
  with gr.Column(variant="panel"):
182
  with gr.Row(variant="compact"):
183
  inputs = gr.Image()