Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def inference(img):
|
|
30 |
|
31 |
|
32 |
#return img
|
33 |
-
return
|
34 |
|
35 |
# For information on Interfaces, head to https://gradio.app/docs/
|
36 |
# For user guides, head to https://gradio.app/guides/
|
|
|
30 |
|
31 |
|
32 |
#return img
|
33 |
+
return edges
|
34 |
|
35 |
# For information on Interfaces, head to https://gradio.app/docs/
|
36 |
# For user guides, head to https://gradio.app/guides/
|