Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
piyushdev
/
agent_1
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
piyushdev
commited on
24 days ago
Commit
a24b43b
·
verified
·
1 Parent(s):
f7cd00f
Update app.py
Browse files
Allowing Gradio paths
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ agent = CodeAgent(
78
)
79
80
81
-
GradioUI(agent).launch()
78
)
79
80
81
+
GradioUI(agent).launch(
allowed_paths=["."]
)