Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|