pixelnurse commited on
Commit
29e14ea
·
1 Parent(s): a958550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ text_generation_interface = gr.Interface(
41
  ],
42
  outputs=gr.inputs.Textbox(label="Generated Text"),
43
  title="Falcon-7B Instruct",
44
- ).launch()
 
41
  ],
42
  outputs=gr.inputs.Textbox(label="Generated Text"),
43
  title="Falcon-7B Instruct",
44
+ ).launch(share=True)