Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -896,4 +896,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
896 |
)
|
897 |
|
898 |
if __name__ == '__main__':
|
899 |
-
demo.queue(max_size=20).launch()
|
|
|
896 |
)
|
897 |
|
898 |
if __name__ == '__main__':
|
899 |
+
demo.queue(max_size=20).launch(share = True)
|