Thuwarakesh commited on
Commit
29dd4a8
·
1 Parent(s): ba733b0

make the app sharable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ app = gr.Interface(
35
  description="Computes the theoretical horizontal distance a projectile travels for a given initial speed and angle.",
36
  )
37
 
38
- app.launch(mcp_server=True)
 
35
  description="Computes the theoretical horizontal distance a projectile travels for a given initial speed and angle.",
36
  )
37
 
38
+ app.launch(mcp_server=True, share=True)