Spaces:
Sleeping
Sleeping
Commit
·
eeb2426
1
Parent(s):
8af85a0
remove auth
Browse files
app.py
CHANGED
@@ -193,4 +193,4 @@ iface = gr.Interface(
|
|
193 |
|
194 |
valid_users = [("admin", "password123"), ("user1", "pass456")]
|
195 |
|
196 |
-
iface.launch(
|
|
|
193 |
|
194 |
valid_users = [("admin", "password123"), ("user1", "pass456")]
|
195 |
|
196 |
+
iface.launch()
|