AmirV97 commited on
Commit
dd3a0da
·
1 Parent(s): 138f164
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,4 +59,5 @@ iface = gr.Interface(
59
  description="Upload an image, and get the classification result.",
60
  examples=examples, # Add example inputs,
61
  cache_examples=True
62
- )
 
 
59
  description="Upload an image, and get the classification result.",
60
  examples=examples, # Add example inputs,
61
  cache_examples=True
62
+ )
63
+ iface.launch()