andrewzamp commited on
Commit
72cd99a
·
1 Parent(s): 52b259c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -222,8 +222,4 @@ interface = gr.Interface(
222
  )
223
 
224
  # Launch the Gradio interface with authentication for the specified users
225
- interface.launch(auth=[
226
- ("Andrea Zampetti", "andreazampetti"),
227
- ("Luca Santini", "lucasantini"),
228
- ("Ana Benítez", "anabenítez")
229
- ])
 
222
  )
223
 
224
  # Launch the Gradio interface with authentication for the specified users
225
+ interface.launch()