Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|