Spaces:
Running on CPU Upgrade

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

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