Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leif-hh
/
SMOLVALU
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SMOLVALU
/
app.py
leifh
inital
e06b478
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
167 Bytes
from
run
import
create_agent
from
smolagents.gradio_ui
import
GradioUI
agent = create_agent()
demo = GradioUI(agent)
if
__name__ ==
"__main__"
:
demo.launch()