MohammedAlakhras commited on
Commit
20a8aee
·
1 Parent(s): a14a882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -6,9 +6,6 @@ pathlib.WindowsPath = pathlib.PosixPath
6
 
7
  import requests
8
 
9
- URL = "https://download943.mediafire.com/2yneec0bwpvgNj7Li3bW0JnEf4fS9LZEtxKjVJybWKej9t0A-buCSPxWKGb-EgpIGzSa_rGVlSffI5y8ot58BioK5g/bja4fxmlexz7vpi/ChestXRayfine.pkl"
10
- response = requests.get(URL)
11
- open("ChestXRayfine.pkl", "wb").write(response.content)
12
 
13
  # AUTOGENERATED! DO NOT EDIT! File to edit: app.ipynb.
14
 
@@ -24,7 +21,7 @@ from PIL import Image
24
  import gradio as gr
25
 
26
  # %% app.ipynb 2
27
- learn = load_learner('ChestXRay10Epoch.pkl')
28
 
29
  # %% app.ipynb 3
30
  categories=('COVID19','Normal','Pneumonia','Turberculosis')
 
6
 
7
  import requests
8
 
 
 
 
9
 
10
  # AUTOGENERATED! DO NOT EDIT! File to edit: app.ipynb.
11
 
 
21
  import gradio as gr
22
 
23
  # %% app.ipynb 2
24
+ learn = load_learner('ChestXRayfine.pkl')
25
 
26
  # %% app.ipynb 3
27
  categories=('COVID19','Normal','Pneumonia','Turberculosis')