pranaya20 commited on
Commit
f3fbc2a
·
verified ·
1 Parent(s): 8b2b3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ 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
 
74
- demo.launch()
 
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