tywei08 commited on
Commit
c7b8427
·
verified ·
1 Parent(s): 5f40c70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks(css='''
352
 
353
 
354
  if __name__ == "__main__":
355
- demo.launch(share=True, #enable_queue=False,
356
  # Creates an auth screen
357
  auth_message="Welcome! Enter a Username and Password"
358
  ).queue()
 
352
 
353
 
354
  if __name__ == "__main__":
355
+ demo.launch(#enable_queue=False,
356
  # Creates an auth screen
357
  auth_message="Welcome! Enter a Username and Password"
358
  ).queue()