Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
fdaudens
/
my-news-agent
like
10
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fdaudens
HF staff
commited on
Feb 19
Commit
2c6774f
·
verified
·
1 Parent(s):
c1e6789
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ agent = CodeAgent(
112
)
113
# Launch the Gradio interface
114
if name == "main":
115
-
GradioUI(agent).launch()
112
)
113
# Launch the Gradio interface
114
if name == "main":
115
+
GradioUI(agent).launch()