schoginitoys commited on
Commit
c76d028
1 Parent(s): 0975456
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -268,7 +268,7 @@ demo = gr.Interface(
268
  theme=gr.themes.Default(),
269
  )
270
 
271
- demo.launch()
272
- # demo.launch(auth=sree_auth)
273
  # demo.launch(share=True)
274
 
 
268
  theme=gr.themes.Default(),
269
  )
270
 
271
+ # demo.launch()
272
+ demo.launch(auth=sree_auth)
273
  # demo.launch(share=True)
274