Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,5 +17,4 @@ interface = gr.Interface(
|
|
17 |
theme='huggingface',
|
18 |
)
|
19 |
|
20 |
-
interface.launch(auth=[('a', 'b')])
|
21 |
-
interface.queue(default_enabled=False)
|
|
|
17 |
theme='huggingface',
|
18 |
)
|
19 |
|
20 |
+
interface.launch(auth=[('a', 'b')], enable_queue=False)
|
|