aiwithankit commited on
Commit
d0f00bb
·
verified ·
1 Parent(s): d396c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
65
  """
66
 
67
  demo = gr.ChatInterface(generated_response,
68
- title="This model is running on cpu so it will effect reasoning and inference time will be slow" # This sets the header title)
 
69
 
70
  if __name__ == "__main__":
71
  demo.launch(share=True)
 
65
  """
66
 
67
  demo = gr.ChatInterface(generated_response,
68
+ title="This model is running on cpu so it will effect reasoning and inference time will be slow" # This sets the header title
69
+ )
70
 
71
  if __name__ == "__main__":
72
  demo.launch(share=True)