Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|