divyareddy commited on
Commit
2b6e286
·
verified ·
1 Parent(s): 1f4d92b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ def get_text_response(user_message,history):
31
  demo = gr.ChatInterface(get_text_response)
32
 
33
  if __name__ == "__main__":
34
- intf.launch(inline=True) #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
 
31
  demo = gr.ChatInterface(get_text_response)
32
 
33
  if __name__ == "__main__":
34
+ demo.launch(share=True,debug=True) #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.