Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
ressay1973
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ressay1973
commited on
Feb 21, 2025
Commit
5f8135e
·
verified
·
1 Parent(s):
5196201
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -62,5 +62,6 @@ iface = gr.Interface(
62
theme="default"
63
)
64
65
-
# Lanzar UI
\ if __name__ == "__main__":
66
iface.launch()
62
theme="default"
63
)
64
65
+
# Lanzar UI
66
+
if __name__ == "__main__":
67
iface.launch()