Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
uasername
/
First_agent_uasername
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
uasername
commited on
Feb 19
Commit
563fb3a
·
verified
·
1 Parent(s):
ad7802b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -106,6 +106,6 @@ def gradio_search_jokes(word):
106
#demo.launch()
107
108
109
-
#
GradioUI(agent).launch()
110
111
106
#demo.launch()
107
108
109
+
GradioUI(agent).launch()
110
111