Pavithiran commited on
Commit
9a77a5b
1 Parent(s): 9b1a6d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,4 +132,5 @@ demo = gr.ChatInterface(
132
  )
133
 
134
  if __name__ == "__main__":
135
- demo.launch(share=True) # Set share=True to create a public link
 
 
132
  )
133
 
134
  if __name__ == "__main__":
135
+ demo.launch(share=True)
136
+ # Set share=True to create a public link