Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anycoder
Infeksion
/
anycoder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fa4d2e7
anycoder
/
app_crew.py
hysts
HF Staff
ruff
20d974d
over 1 year ago
raw
Copy download link
history
blame
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,
)