ML-INTA commited on
Commit
51c0d10
·
1 Parent(s): c982daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ demo = gr.Interface(
98
  )
99
 
100
 
101
- demo.launch(show_error = True, auth=("inta", "inta"), share=True)
102
 
103
 
104
 
 
98
  )
99
 
100
 
101
+ demo.launch(show_error = True, auth=("USUARIO", "USUARIO"), share=True)
102
 
103
 
104