david-oplatka commited on
Commit
3d998a2
·
verified ·
1 Parent(s): 11a9727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -57,10 +57,7 @@ demo = gr.ChatInterface(random_fun, title = cfg.title, description = cfg.descrip
57
  """
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
- demo = gr.ChatInterface(
61
- respond,
62
-
63
- )
64
 
65
 
66
  if __name__ == "__main__":
 
57
  """
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
+ # demo = gr.ChatInterface(respond)
 
 
 
61
 
62
 
63
  if __name__ == "__main__":