Edward110 commited on
Commit
88431d8
·
1 Parent(s): 4e80cf3
Files changed (2) hide show
  1. app.py +1 -1
  2. model.pkl +3 -0
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from fastai.vision.all import load_learner, PILImage
3
 
4
  # Load the pre-trained FastAI model
5
- model_path = "path_to_your_fastai_model.pkl"
6
  learn = load_learner(model_path)
7
 
8
  # Define the prediction function
 
2
  from fastai.vision.all import load_learner, PILImage
3
 
4
  # Load the pre-trained FastAI model
5
+ model_path = "model.pkl"
6
  learn = load_learner(model_path)
7
 
8
  # Define the prediction function
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8e04c11c9eede7c2ef7e401fd0b76344aff542e214b8df632279fdfd051aeb
3
+ size 87461950