Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,5 +4,5 @@ import os
|
|
4 |
model=gr.Interface.load("models/OttoYu/TreeClassification",
|
5 |
title="🌳 Tree Classification by Simple machine learning",
|
6 |
description="This web application can identify trees with only one image upload. Since this application is on trial, if you find any errors, please contact [email protected].",
|
7 |
-
examples=[ os.path.join(os.path.dirname(__file__), "img1.jpg"), os.path.join(os.path.dirname(__file__),"img2.jpg"),os.path.join(os.path.dirname(__file__), "img3.png") ]
|
8 |
"__main__": model.launch()
|
|
|
4 |
model=gr.Interface.load("models/OttoYu/TreeClassification",
|
5 |
title="🌳 Tree Classification by Simple machine learning",
|
6 |
description="This web application can identify trees with only one image upload. Since this application is on trial, if you find any errors, please contact [email protected].",
|
7 |
+
examples=[ os.path.join(os.path.dirname(__file__), "img1.jpg"), os.path.join(os.path.dirname(__file__),"img2.jpg"),os.path.join(os.path.dirname(__file__), "img3.png") ] )
|
8 |
"__main__": model.launch()
|