uasername commited on
Commit
563fb3a
·
verified ·
1 Parent(s): ad7802b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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