KwabsHug commited on
Commit
2ba95ef
1 Parent(s): 54dd3c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1946,4 +1946,4 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
1946
  gr.Textbox(label='Use this text to hold translations of the SQL rows in the above linked dataset (A kind of What I say vs what I want)')
1947
 
1948
 
1949
- lliface.queue().launch() #(inbrowser="true")
 
1946
  gr.Textbox(label='Use this text to hold translations of the SQL rows in the above linked dataset (A kind of What I say vs what I want)')
1947
 
1948
 
1949
+ lliface.queue().launch(share=True) #(inbrowser="true")