Pratye commited on
Commit
f28973b
·
1 Parent(s): 61d568e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1519,4 +1519,4 @@ with gr.Blocks(title="RVC WebUI") as app:
1519
  # quiet=True,
1520
  # )
1521
  if __name__ == "__main__":
1522
- app.launch()
 
1519
  # quiet=True,
1520
  # )
1521
  if __name__ == "__main__":
1522
+ app.launch(share=True)