lantzmurray commited on
Commit
5b731a2
·
1 Parent(s): 5464af5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
  import gradio as gr
3
  from fastai import *
4
- import pickle
5
 
6
  # Load the trained model
7
  with open("model.pkl", "rb") as f:
 
1
  import requests
2
  import gradio as gr
3
  from fastai import *
4
+
5
 
6
  # Load the trained model
7
  with open("model.pkl", "rb") as f: