Spaces:
Runtime error
Runtime error
Johnny Lee
commited on
Commit
·
be9f892
1
Parent(s):
1908bef
add back auth
Browse files
app.py
CHANGED
@@ -306,5 +306,5 @@ with gr.Blocks(
|
|
306 |
inputs.submit(reset_textbox, [], [inputs])
|
307 |
|
308 |
demo.queue(max_size=99, concurrency_count=99, api_open=False).launch(
|
309 |
-
debug=True,
|
310 |
)
|
|
|
306 |
inputs.submit(reset_textbox, [], [inputs])
|
307 |
|
308 |
demo.queue(max_size=99, concurrency_count=99, api_open=False).launch(
|
309 |
+
debug=True, auth=auth
|
310 |
)
|