kripa / app.py
jpuri's picture
Add application file
ab0c6b6
raw
history blame contribute delete
180 Bytes
from smolagents import GradioUI, CodeAgent, InferenceClientModel
agent = CodeAgent(tools=[], model=InferenceClientModel())
if __name__ == "__main__":
GradioUI(agent).launch()