Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import gradio as gr
with gr.Blocks() as demo:
gr.File()
demo.launch()