blumenstiel
commited on
Commit
β’
361d13d
1
Parent(s):
ee9f10c
Try to fix safari issue
Browse files
app.py
CHANGED
@@ -268,4 +268,4 @@ Some example images are provided at the end of this page.
|
|
268 |
|
269 |
inp_files.change(update_visibility, inp_files, timestamps)
|
270 |
|
271 |
-
demo.launch()
|
|
|
268 |
|
269 |
inp_files.change(update_visibility, inp_files, timestamps)
|
270 |
|
271 |
+
demo.launch(share=True, ssr_mode=False)
|