Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ def detect(inp):
|
|
13 |
json={"data": [bs64Data]})
|
14 |
|
15 |
res= r.json()
|
|
|
16 |
return res
|
17 |
|
18 |
inp = gr.inputs.Image(type='filepath', label="Input Image")
|
|
|
13 |
json={"data": [bs64Data]})
|
14 |
|
15 |
res= r.json()
|
16 |
+
res['data']='hidden since it is a large base64 file'
|
17 |
return res
|
18 |
|
19 |
inp = gr.inputs.Image(type='filepath', label="Input Image")
|