ML-INTA commited on
Commit
c2df224
·
1 Parent(s): e74810d

Update app.py

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