arielleharris commited on
Commit
3ac09d6
·
verified ·
1 Parent(s): 07711db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ interface = gr.Interface(
37
  )
38
 
39
  # Launch the chatbot
40
- interface.launch()
41
 
42
 
 
37
  )
38
 
39
  # Launch the chatbot
40
+ interface.launch(share=True)
41
 
42