view post Post 2542 I've built a custom component that integrates Rerun web viewer with Gradio, making it easier to share your demos as Gradio apps.Basic snippet# pip install gradio_rerun gradio import gradio as gr from gradio_rerun import Rerun gr.Interface( inputs=gr.File(file_count="multiple", type="filepath"), outputs=Rerun(height=900), fn=lambda file_path: file_path, ).launch()More details here https://huggingface.co/spaces/radames/gradio_rerunSource https://github.com/radames/gradio-rerun-viewerFollow Rerun here rerun β€οΈ 4 4 + Reply