chirag0410 commited on
Commit
1dd91f8
·
verified ·
1 Parent(s): 42501dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ iface = gr.Interface(fn=classify_image,
49
  title="Garbage Classification",
50
  description="Upload an image of garbage, and the model will classify it.")
51
 
52
- iface.launch(share=True)(
 
49
  title="Garbage Classification",
50
  description="Upload an image of garbage, and the model will classify it.")
51
 
52
+ iface.launch(share=True)