raysarocha commited on
Commit
56fc38d
·
verified ·
1 Parent(s): 2a74611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -238,21 +238,21 @@ with gr.Blocks(
238
  num_top_classes=5
239
  )
240
 
241
- # Exemplos
242
- gr.Markdown("### 🖼️ Exemplos")
243
- gr.Examples(
244
- examples=[
245
- ["https://www.gardeningknowhow.com/wp-content/uploads/2017/06/apple-scab-lesions.jpg"],
246
- ["https://www.gardeningknowhow.com/wp-content/uploads/2020/11/tomato-early-blight.jpg"],
247
- ["https://www.gardeningknowhow.com/wp-content/uploads/2019/08/potato-blight-400x300.jpg"],
248
- ],
249
- inputs=input_image,
250
- outputs=[confidence_output, diagnosis_output, treatment_output],
251
- fn=classify_plant,
252
- cache_examples=True
253
- )
254
 
255
- gr.Markdown("""
256
  ---
257
  ### ℹ️ Sobre o Modelo
258
 
 
238
  num_top_classes=5
239
  )
240
 
241
+ # # Exemplos
242
+ # gr.Markdown("### 🖼️ Exemplos")
243
+ # gr.Examples(
244
+ # examples=[
245
+ # ["https://www.gardeningknowhow.com/wp-content/uploads/2017/06/apple-scab-lesions.jpg"],
246
+ # ["https://www.gardeningknowhow.com/wp-content/uploads/2020/11/tomato-early-blight.jpg"],
247
+ # ["https://www.gardeningknowhow.com/wp-content/uploads/2019/08/potato-blight-400x300.jpg"],
248
+ # ],
249
+ # inputs=input_image,
250
+ # outputs=[confidence_output, diagnosis_output, treatment_output],
251
+ # fn=classify_plant,
252
+ # cache_examples=True
253
+ # )
254
 
255
+ # gr.Markdown("""
256
  ---
257
  ### ℹ️ Sobre o Modelo
258