scr930 commited on
Commit
6b1798b
·
verified ·
1 Parent(s): 945c012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def classify_image(image):
19
  # Define Gradio interface
20
  iface = gr.Interface(
21
  fn=classify_image,
22
- inputs=gr.inputs.Image(type="pil"),
23
  outputs="text",
24
  title="Geolocal StreetCLIP Classification",
25
  description="Upload an image to classify using Geolocal StreetCLIP"
 
19
  # Define Gradio interface
20
  iface = gr.Interface(
21
  fn=classify_image,
22
+ inputs=gr.Image(type="pil"),
23
  outputs="text",
24
  title="Geolocal StreetCLIP Classification",
25
  description="Upload an image to classify using Geolocal StreetCLIP"