Spaces:
Sleeping
Sleeping
Commit
·
72cd99a
1
Parent(s):
52b259c
Update app.py
Browse files
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(
|
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()
|
|
|
|
|
|
|
|