Alex Strick van Linschoten commited on
Commit
560b21d
1 Parent(s): 4f45310

amend launcher args

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)