unitreerobotics/LAFAN1_Retargeting_Dataset
Preview
β’
Updated
β’
305
β’
38
# 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()