Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,5 +70,6 @@ demo = gr.Interface(
|
|
70 |
title="🌳 Tree Measurement App",
|
71 |
description="Upload or capture a tree image to estimate its height and get basic species info."
|
72 |
)
|
73 |
-
demo.launch(
|
|
|
74 |
|
|
|
70 |
title="🌳 Tree Measurement App",
|
71 |
description="Upload or capture a tree image to estimate its height and get basic species info."
|
72 |
)
|
73 |
+
demo.launch()
|
74 |
+
|
75 |
|