Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Falln87
/
Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9452b58
Agent
/
app.py
Falln87
Create app.py
9452b58
verified
11 months ago
raw
Copy download link
history
blame
Safe
216 Bytes
import
panel
as
pn
from
transformers_agent_ui
import
TransformersAgentUI
if
pn.state.served:
pn.extension(
"terminal"
,
"notifications"
, notifications=
True
, design=
"bootstrap"
)
TransformersAgentUI().servable()