Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anychat
Starchik1
/
anychat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9e689c6
anychat
/
app_crew.py
akhaliq
HF staff
crewai working version
32656c9
24 days ago
raw
Copy download link
history
blame
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,
)