AyeshaNoreen commited on
Commit
be28b55
·
verified ·
1 Parent(s): 5f2dc8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ chatbot = gr.Interface(
34
 
35
  # Launch the chat interface
36
  if __name__ == "__main__":
37
- chatbot.launch("share=True")
38
 
 
34
 
35
  # Launch the chat interface
36
  if __name__ == "__main__":
37
+ chatbot.launch(share=True)
38