This repo is a fork of the Fast Reverse Proxy (FRP) implementation that is running on Gradio's Share servers to enable Gradio's Share links.
When you create a Gradio app and launch it with share=True
like this:
import gradio as gr
app = gr.Interface(lambda x: x, "image", "textbox")
app.launch(share=True)
you get a share link that looks
Your Gradio app runs locally, but we use FRP allows you to expose a local server located behind a NAT or firewall to the Internet
We've open-sourced it so that you can run your own Share Servers, allowing