mayankchugh-learning commited on
Commit
1a73eaf
1 Parent(s): ef956f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  # Import the necessary Libraries
3
  import os
4
  import uuid
@@ -191,4 +190,5 @@ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
191
  )
192
 
193
  demo.queue()
194
- demo.launch(auth=("demouser", os.getenv('PASSWD')))
 
 
 
1
  # Import the necessary Libraries
2
  import os
3
  import uuid
 
190
  )
191
 
192
  demo.queue()
193
+ demo.launch()
194
+