mnauf
commited on
Commit
·
fb7e4cb
1
Parent(s):
6d6fec4
enabled public link generation
Browse files- __pycache__/sample.cpython-38.pyc +0 -0
- app.py +1 -1
__pycache__/sample.cpython-38.pyc
CHANGED
Binary files a/__pycache__/sample.cpython-38.pyc and b/__pycache__/sample.cpython-38.pyc differ
|
|
app.py
CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks() as block:
|
|
46 |
outputs=outputs,
|
47 |
queue=True
|
48 |
)
|
49 |
-
block.queue(concurrency_count=3).launch()
|
|
|
46 |
outputs=outputs,
|
47 |
queue=True
|
48 |
)
|
49 |
+
block.queue(concurrency_count=3).launch(share=True)
|