Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.31k
Running
on
CPU Upgrade
App
Files
Files
Community
40
main
anychat
/
app_crew.py
hysts
HF staff
ruff
20d974d
about 12 hours ago
raw
Copy download link
history
blame
contribute
delete
Safe
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,
)