m1n9k7 commited on
Commit
b49a819
·
1 Parent(s): f57ec00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ with gr.Blocks(title="code llama 7b") as demo:
61
 
62
  msg.submit(respond,[msg, chatbot],[msg, chatbot])
63
 
64
- demo.launch()
 
61
 
62
  msg.submit(respond,[msg, chatbot],[msg, chatbot])
63
 
64
+ demo.launch(share=True)