File size: 156 Bytes
5317fa3
20d974d
5317fa3
32656c9
20d974d
 
5317fa3
20d974d
1
2
3
4
5
6
7
8
9
import ai_gradio
import gradio as gr

demo = gr.load(
    name="crewai:gpt-4-turbo",
    crew_type="article",  # or 'support'
    src=ai_gradio.registry,
)