Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
560b21d
1
Parent(s):
4f45310
amend launcher args
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ gr.Interface(
|
|
40 |
examples=examples,
|
41 |
interpretation=interpretation,
|
42 |
enable_queue=enable_queue,
|
43 |
-
).launch()
|
|
|
40 |
examples=examples,
|
41 |
interpretation=interpretation,
|
42 |
enable_queue=enable_queue,
|
43 |
+
).launch(share=True, cache_examples=True)
|