luisotorres commited on
Commit
10a01ce
1 Parent(s): 98103aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def predict(input_image):
39
  except Exception as e:
40
  return str(e)
41
 
42
- examples = [("dog.jpg",), ("cat.jpg",)]
43
-
44
 
45
  # Creating Gradio interface
46
  iface = gr.Interface(
 
39
  except Exception as e:
40
  return str(e)
41
 
42
+ examples = ["dog.jpg",
43
+ "cat.jpg"]
44
 
45
  # Creating Gradio interface
46
  iface = gr.Interface(