Arulkumar03 commited on
Commit
3a2e08c
·
1 Parent(s): da1645d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ iface = gr.Interface(
49
  inputs="image",
50
  outputs="image",
51
  title="Fox & Sheep Computer Vision detector",
52
- cache_examples=False,input_size=(5000, 5000), output_size=(8000, 8000)
53
  )
54
  iface.launch()
 
49
  inputs="image",
50
  outputs="image",
51
  title="Fox & Sheep Computer Vision detector",
52
+ cache_examples=False,input_size=(8000, 8000), output_size=(8000, 8000)
53
  )
54
  iface.launch()