jerrypan7 commited on
Commit
d171a54
·
verified ·
1 Parent(s): 7fde0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -653,10 +653,10 @@ with gr.Blocks() as demo:
653
  user_translation_output,
654
  user_audio_output,
655
  ],
656
- stream_every=0.3
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
 
 
653
  user_translation_output,
654
  user_audio_output,
655
  ],
656
+ every=0.3
657
  )
658
 
659
  demo.queue()
660
+ demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD")))
661
  #asyncio.run(demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD")), share=True))
662