Arulkumar03 commited on
Commit
99a60c1
·
1 Parent(s): ccfd364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -49,6 +49,4 @@ iface = gr.Interface(
49
  inputs="image",
50
  outputs="image",
51
  title="Wheat head Detector & Counting Wheat heads",
52
- cache_examples=False
53
- )
54
- iface.launch(share=True)
 
49
  inputs="image",
50
  outputs="image",
51
  title="Wheat head Detector & Counting Wheat heads",
52
+ cache_examples=False, port=8888).launch(share=True)