Spaces:
Running
Running
Run on HF
Browse files
app.py
CHANGED
@@ -85,6 +85,8 @@ with gr.Blocks(css='style.css') as demo:
|
|
85 |
""")
|
86 |
|
87 |
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
|
|
|
85 |
""")
|
86 |
|
87 |
|
88 |
+
demo.queue(max_size=20)
|
89 |
+
demo.launch(debug=True)
|
90 |
+
# _, _, link = demo.queue(api_open=False).launch(
|
91 |
+
# file_directories=['temporal'], share=args.public_access or on_huggingspace)
|
92 |
+
# print(link)
|