ChristopherMarais commited on
Commit
5bf6063
·
verified ·
1 Parent(s): 39cd27d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -187,15 +187,15 @@ def predict_beetle(img):
187
 
188
 
189
  # gradio app
190
- css = """
191
- button {
192
- width: auto; /* Set your desired width */
193
- }
194
- """
195
-
196
- with gr.Blocks(css=css) as demo:
197
- gr.Markdown("<h1><center>Bark Beetle Classification<h1><center>")
198
- 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>")
199
  with gr.Column(variant="panel"):
200
  with gr.Row(variant="compact"):
201
  inputs = gr.Image()
 
187
 
188
 
189
  # gradio app
190
+ # css = """
191
+ # button {
192
+ # width: auto; /* Set your desired width */
193
+ # }
194
+ # """
195
+
196
+ with gr.Blocks() as demo:
197
+ gr.Markdown("<h1><center>Intelligent Bark Beetle Identification<h1><center>")
198
+ # 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>")
199
  with gr.Column(variant="panel"):
200
  with gr.Row(variant="compact"):
201
  inputs = gr.Image()