Moritz Schiebold's picture
1 15

Moritz Schiebold

Tyfo87
Β·

AI & ML interests

None yet

Recent Activity

liked a dataset about 1 month ago
unitreerobotics/LAFAN1_Retargeting_Dataset
liked a Space 4 months ago
oxkitsune/rerun-ml-depth-pro
liked a Space 4 months ago
abreza/rerun-viewer
View all activity

Organizations

Rerun's profile picture

Tyfo87's activity

reacted to radames's post with ❀️ 9 months ago
view post
Post
2463
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 radames/gradio_rerun
Source https://github.com/radames/gradio-rerun-viewer

Follow Rerun here https://huggingface.co/rerun
liked a Space 10 months ago