Rezuwan commited on
Commit
2c5462e
·
verified ·
1 Parent(s): 7b58798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -118,6 +118,8 @@ examples = [
118
  "test_images/unknown_19.jpg",
119
  ]
120
 
 
 
121
  iface = gr.Interface(fn=recognize_image,
122
  inputs=image,
123
  outputs=label,
 
118
  "test_images/unknown_19.jpg",
119
  ]
120
 
121
+ website = "website"
122
+
123
  iface = gr.Interface(fn=recognize_image,
124
  inputs=image,
125
  outputs=label,