anychat / app_crew.py
akhaliq's picture
akhaliq HF staff
crewai working version
32656c9
raw
history blame contribute delete
155 Bytes
import gradio as gr
import ai_gradio
demo = gr.load(
name='crewai:gpt-4-turbo',
crew_type='article', # or 'support'
src=ai_gradio.registry,
)