jerrypan7 commited on
Commit
295f9c9
·
verified ·
1 Parent(s): a6ea2b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -657,6 +657,6 @@ with gr.Blocks() as demo:
657
  )
658
 
659
  demo.queue()
660
-
661
- asyncio.run(demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD"))))
662
 
 
657
  )
658
 
659
  demo.queue()
660
+ demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD")), share=True)
661
+ #asyncio.run(demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD")), share=True))
662