Francesco-A commited on
Commit
e23d152
·
1 Parent(s): 86b08a1

Commented out !pip install

Files changed (1) hide show
  1. app.py +3 -3
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