OttoYu commited on
Commit
87bdc88
·
1 Parent(s): 05d992f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  model = gr.Interface.load("models/OttoYu/TreeClassification",
4
  title="🌳 Tree Classification by Simple machine learning",
5
  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].",
6
- gr.File(file_count="multiple"),"file")
7
  model.launch()
 
3
  model = gr.Interface.load("models/OttoYu/TreeClassification",
4
  title="🌳 Tree Classification by Simple machine learning",
5
  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].",
6
+ gr.File(file_count="multiple"))
7
  model.launch()