Agent / app.py
Falln87's picture
Create app.py
9452b58 verified
raw
history blame contribute delete
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()