ML-INTA commited on
Commit
9e67631
1 Parent(s): 2b488ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ demo = gr.Interface(
101
  )
102
 
103
 
104
- demo.launch(show_error = True, auth=(USUARIO, USUARIO), share=True)
105
 
106
 
107
 
 
101
  )
102
 
103
 
104
+ demo.launch(show_error = True, auth=(USUARIO, USUARIO), share=False)
105
 
106
 
107