KailashV commited on
Commit
097a7ab
·
1 Parent(s): 8cc52a0

pass security os no auth

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -17,4 +17,6 @@ demo = gr.Interface(
17
  inputs='text',
18
  outputs= 'image',
19
  )
20
- demo.launch(auth=(os.getenv('USER'), os.getenv('PASSWORD')))
 
 
 
17
  inputs='text',
18
  outputs= 'image',
19
  )
20
+
21
+ demo.launch()
22
+ # demo.launch(auth=(os.getenv('USER'), os.getenv('PASSWORD')))