32288fd b4a1b10 32288fd
1
2
3
4
5
6
7
8
9
import gradio as gr with gr.Blocks() as demo: with gr.Row(): gr.Markdown("## Optiforme Exercise Displayer") with gr.Row(): exercise = gr.HTML(input="https://musclewiki.com/barbell/male/glutes/barbell-squat") demo.launch()