anderni2 commited on
Commit
472f608
·
verified ·
1 Parent(s): 6597ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ iface = gr.Interface(
42
  description="Upload a picture of a Apple Leaf to see condition health it is and the model's confidence level.", # Description of the interface
43
  examples=examples # Example images
44
  )
 
45
  iface.launch()
46
 
47
 
 
42
  description="Upload a picture of a Apple Leaf to see condition health it is and the model's confidence level.", # Description of the interface
43
  examples=examples # Example images
44
  )
45
+
46
  iface.launch()
47
 
48