added argpass for no-browser
Compare changes
+ 10
− 8
@@ -16,6 +18,7 @@ def main():
@@ -27,33 +30,32 @@ def main():
Gradio has a argument for launch
called inbrowser: whether to automatically launch the interface in a new tab on the default browser.
.
I added an argpass --no-browser
to set this.