Commit
·
e23d152
1
Parent(s):
86b08a1
Fix App
Browse filesCommented out !pip install
app.py
CHANGED
@@ -5,9 +5,9 @@ __all__ = ['cat_dog_model', 'bear_model', 'input_model', 'input_image', 'output_
|
|
5 |
'examples', 'intf', 'get_model', 'classify_image']
|
6 |
|
7 |
# %% ../drive/MyDrive/Codici/Python/Apps/Gradio_App/Image Classification/simlpe_image_models.ipynb 2
|
8 |
-
!pip install -Uqq fastai
|
9 |
-
!pip install -Uqq fastbook
|
10 |
-
!pip install gradio
|
11 |
|
12 |
# %% ../drive/MyDrive/Codici/Python/Apps/Gradio_App/Image Classification/simlpe_image_models.ipynb 3
|
13 |
import fastbook
|
|
|
5 |
'examples', 'intf', 'get_model', 'classify_image']
|
6 |
|
7 |
# %% ../drive/MyDrive/Codici/Python/Apps/Gradio_App/Image Classification/simlpe_image_models.ipynb 2
|
8 |
+
# !pip install -Uqq fastai
|
9 |
+
# !pip install -Uqq fastbook
|
10 |
+
# !pip install gradio
|
11 |
|
12 |
# %% ../drive/MyDrive/Codici/Python/Apps/Gradio_App/Image Classification/simlpe_image_models.ipynb 3
|
13 |
import fastbook
|