HashamUllah commited on
Commit
560336c
1 Parent(s): e848b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.load("models/linkanjarad/mobilenet_v2_1.0_224-plant-disease-identification").launch()
4
- share=True
 
1
  import gradio as gr
2
 
3
+ gr.load("models/linkanjarad/mobilenet_v2_1.0_224-plant-disease-identification").launch(share=True)