Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.1k
Running
on
CPU Upgrade
App
Files
Files
Community
38
main
anychat
/
app_crew.py
akhaliq
HF staff
crewai working version
32656c9
7 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
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,
)