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...
64cfde8
anychat
/
app_crew.py
akhaliq
HF staff
add crewai
5317fa3
about 2 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
import
gradio
as
gr
import
ai_gradio
gr.load(
name=
'crewai:gpt-4-turbo'
,
crew_type=
'article'
,
# or 'support'
src=ai_gradio.registry,
).launch()