AustinL commited on
Commit
bbc6106
·
verified ·
1 Parent(s): 09b7677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ for dirname, _, filenames in os.walk('/kaggle/input'):
17
  # You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
18
 
19
 
20
- pip install -Uqq fastai
21
  import gradio as gr
22
  from fastai.vision.all import*
23
  categories = ('Healthy Cell', 'Leukemia', 'Sickle Cell', 'Thalassemia')
 
17
  # You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
18
 
19
 
20
+ RUN pip install -Uqq fastai
21
  import gradio as gr
22
  from fastai.vision.all import*
23
  categories = ('Healthy Cell', 'Leukemia', 'Sickle Cell', 'Thalassemia')