anychat / app_crew.py
akhaliq's picture
akhaliq HF staff
add crewai
5317fa3
raw
history blame
157 Bytes
import gradio as gr
import ai_gradio
gr.load(
name='crewai:gpt-4-turbo',
crew_type='article', # or 'support'
src=ai_gradio.registry,
).launch()