HashamUllah
commited on
Commit
•
560336c
1
Parent(s):
e848b53
Update app.py
Browse files
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)
|
|