abidlabs HF staff commited on
Commit
85e53ab
1 Parent(s): 0e470fe
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,6 +39,7 @@ def respond(
39
  response += token
40
  yield response
41
 
 
42
  """
43
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
44
  """
@@ -60,4 +61,4 @@ demo = gr.ChatInterface(
60
 
61
 
62
  if __name__ == "__main__":
63
- demo.launch()
 
39
  response += token
40
  yield response
41
 
42
+
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
45
  """
 
61
 
62
 
63
  if __name__ == "__main__":
64
+ demo.launch()