Mohuu0601 commited on
Commit
6127b85
·
verified ·
1 Parent(s): 261224a

Rename app.py to python app.py

Browse files
Files changed (1) hide show
  1. app.py → python app.py +1 -1
app.py → python app.py RENAMED
@@ -1,4 +1,4 @@
1
- !pip install transformers gradio torch torchvision
2
 
3
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
4
  from PIL import Image
 
1
+ #!pip install transformers gradio torch torchvision
2
 
3
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
4
  from PIL import Image