Spaces:
Sleeping
Sleeping
Commit
·
29dd4a8
1
Parent(s):
ba733b0
make the app sharable
Browse files
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)
|