deepumanju commited on
Commit
cdd107b
1 Parent(s): b0b3c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,4 +56,6 @@ interface = gr.Interface(
56
  """
57
  )
58
 
59
- interface.launch(share=True,debug=True,auth=("deepesh","deepesh1"),auth_message="cheak the <strong>credentials</strong> in email")
 
 
 
56
  """
57
  )
58
 
59
+
60
+ interface.launch(share=True,debug=True)
61
+