kunishou commited on
Commit
112f464
Β·
1 Parent(s): 5771263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ app = gr.Interface(
41
  description="ιŸ³ε£°γƒ•γ‚‘γ‚€γƒ«γ‚’γ‚’γƒƒγƒ—γƒ­γƒΌγƒ‰γ—γ¦γ€ζ–‡ε­—θ΅·γ“γ—γƒ•γ‚‘γ‚€γƒ«γ‚’δ½œζˆγ—γΎγ™γ€‚"
42
  )
43
 
44
- app.launch(share=True, debug=True, auth=(os.environ["USERNAME"], os.environ["PASSWORD"]))
 
41
  description="ιŸ³ε£°γƒ•γ‚‘γ‚€γƒ«γ‚’γ‚’γƒƒγƒ—γƒ­γƒΌγƒ‰γ—γ¦γ€ζ–‡ε­—θ΅·γ“γ—γƒ•γ‚‘γ‚€γƒ«γ‚’δ½œζˆγ—γΎγ™γ€‚"
42
  )
43
 
44
+ app.launch(debug=True, auth=(os.environ["USERNAME"], os.environ["PASSWORD"]))