pranaya20 commited on
Commit
68d7ab1
·
verified ·
1 Parent(s): f3fbc2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(share=True)
 
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