autonomous019 commited on
Commit
ab65f9b
1 Parent(s): d7d1270
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def classify_image(image):
37
 
38
 
39
  image = gr.inputs.Image(type="pil")
40
- image_piped = image_pipe(image)
41
  label = gr.outputs.Label(num_top_classes=5)
42
  examples = [["cats.jpg"], ["dog.jpg"]]
43
  title = "Generate a Story from an Image"
 
37
 
38
 
39
  image = gr.inputs.Image(type="pil")
40
+ image_piped = ""
41
  label = gr.outputs.Label(num_top_classes=5)
42
  examples = [["cats.jpg"], ["dog.jpg"]]
43
  title = "Generate a Story from an Image"