Spaces:
Runtime error
Runtime error
Commit
·
3a2e08c
1
Parent(s):
da1645d
Update app.py
Browse files
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=(
|
| 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()
|