File size: 131 Bytes
6d7c2df
6b89a31
6d7c2df
6b89a31
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr
import ai_gradio

gr.load(
    name='deepseek:janus-pro',
    src=ai_gradio.registry,
    local=True
).launch()