Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
agents-course
/
Unit_3_Agentic_RAG
like
16
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
sergiopaniego
HF Staff
commited on
15 days ago
Commit
494cab7
·
1 Parent(s):
501c4dc
Updated Alfred
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ alfred = CodeAgent(
30
)
31
32
if __name__ == "__main__":
33
-
GradioUI(
agent
).launch()
30
)
31
32
if __name__ == "__main__":
33
+
GradioUI(
alfred
).launch()