knakamura924 commited on
Commit
62f62de
·
1 Parent(s): d0550df

remove verification for now

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -383,4 +383,5 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
383
 
384
 
385
  if __name__ == "__main__":
386
- demo.launch(auth = ("admin", os.getenv("GRADIO_PASSWORD")))
 
 
383
 
384
 
385
  if __name__ == "__main__":
386
+ #demo.launch(auth = ("admin", os.getenv("GRADIO_PASSWORD")))
387
+ demo.launch()