79308063

Date: 2024-12-25 17:22:02
Score: 1.5
Natty:
Report link

Use Localxpose.io , check out this tutorial: https://colab.research.google.com/drive/1CvsmJMH00Cli2K2OQJQYWFG-eNzGSuKl?usp=sharing

!pip install loclx-colab

import loclx_colab.loclx as lx
port = 8787 # The service port that you want to expose
access_token = "Your_Token_Here" # Your LocalXpose token here
url = lx.http_tunnel_start(port, access_token)
if url:
    print(f"Your service is exposed to this URL: https://{url}")
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ha M