Spaces:
Runtime error
Runtime error
Joan Giner
commited on
Commit
·
ff7fda0
1
Parent(s):
0602a0e
updated
Browse files
app.py
CHANGED
@@ -637,5 +637,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
637 |
|
638 |
# Run the app
|
639 |
#demo.queue(concurrency_count=5,max_size=20).launch()
|
640 |
-
demo.launch(
|
641 |
|
|
|
637 |
|
638 |
# Run the app
|
639 |
#demo.queue(concurrency_count=5,max_size=20).launch()
|
640 |
+
demo.launch(auth=("CKIM2023", "demodemo"))
|
641 |
|