MLhacks commited on
Commit
183745b
·
verified ·
1 Parent(s): 7445240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def describe_image(image):
12
  # Create the Gradio interface
13
  gr.Interface(
14
  fn=describe_image,
15
- inputs=gr.Image("type=pil"),
16
  outputs="text",
17
  title="Image Describer",
18
  description="Upload an image and this app will describe it!"
 
12
  # Create the Gradio interface
13
  gr.Interface(
14
  fn=describe_image,
15
+ inputs=gr.Image(type="pil"),
16
  outputs="text",
17
  title="Image Describer",
18
  description="Upload an image and this app will describe it!"