Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,9 +57,9 @@ def test(image):
|
|
57 |
|
58 |
|
59 |
demo = gr.Interface(
|
60 |
-
fn=
|
61 |
-
inputs=
|
62 |
-
outputs='
|
63 |
)
|
64 |
demo.launch()
|
65 |
|
|
|
57 |
|
58 |
|
59 |
demo = gr.Interface(
|
60 |
+
fn=Tree_Detection,
|
61 |
+
inputs='text',
|
62 |
+
outputs='text'
|
63 |
)
|
64 |
demo.launch()
|
65 |
|