ipvikas commited on
Commit
ae7024e
·
verified ·
1 Parent(s): 962b9f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
3
  from PIL import Image
4
  import requests
5
 
6
-
7
  from transformers import ViTFeatureExtractor
8
  feature_extractor = ViTFeatureExtractor()
9
  # or, to load one that corresponds to a checkpoint on the hub:
 
3
  from PIL import Image
4
  import requests
5
 
 
6
  from transformers import ViTFeatureExtractor
7
  feature_extractor = ViTFeatureExtractor()
8
  # or, to load one that corresponds to a checkpoint on the hub: