diff --git a/demo/tax_calculator.py b/demo/tax_calculator.py index 5398c692b6..5d0dc49086 100644 --- a/demo/tax_calculator.py +++ b/demo/tax_calculator.py @@ -44,4 +44,4 @@ io = gr.Interface( ] ) -io.launch(share=True) \ No newline at end of file +io.launch() \ No newline at end of file