Spaces:
Running on CPU Upgrade

anychat / app_crew.py
hysts's picture
hysts HF staff
ruff
20d974d
raw
history blame contribute delete
156 Bytes
import ai_gradio
import gradio as gr
demo = gr.load(
name="crewai:gpt-4-turbo",
crew_type="article", # or 'support'
src=ai_gradio.registry,
)