scr930 commited on
Commit
945c012
·
verified ·
1 Parent(s): 35dd687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  from transformers import CLIPProcessor, CLIPModel
3
  from PIL import Image
4
- import requests
5
 
6
  # Load the model and processor
7
  model = CLIPModel.from_pretrained("geolocal/StreetCLIP")
 
1
  import gradio as gr
2
  from transformers import CLIPProcessor, CLIPModel
3
  from PIL import Image
 
4
 
5
  # Load the model and processor
6
  model = CLIPModel.from_pretrained("geolocal/StreetCLIP")