Shar true
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ iface = gr.Interface(
|
|
126 |
)
|
127 |
# Currently remove PPM and Phonemes
|
128 |
# add password to protect the interface
|
129 |
-
iface.launch(share=
|
|
|
126 |
)
|
127 |
# Currently remove PPM and Phonemes
|
128 |
# add password to protect the interface
|
129 |
+
iface.launch(share=True, auth=['Laronix', 'LaronixSLP'], auth_message="Authentication Required, ask kevin@laronix.com for password.\n Thanks for your cooperation!")
|