Alex Strick van Linschoten commited on
Commit
6127c3f
1 Parent(s): 560b21d

amend launcher args

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ examples = [
25
  ]
26
  interpretation = "default"
27
  enable_queue = True
28
- theme = "dark-peach"
29
  allow_flagging = "never"
30
 
31
  gr.Interface(
@@ -40,4 +40,4 @@ gr.Interface(
40
  examples=examples,
41
  interpretation=interpretation,
42
  enable_queue=enable_queue,
43
- ).launch(share=True, cache_examples=True)
 
25
  ]
26
  interpretation = "default"
27
  enable_queue = True
28
+ theme = "default"
29
  allow_flagging = "never"
30
 
31
  gr.Interface(
 
40
  examples=examples,
41
  interpretation=interpretation,
42
  enable_queue=enable_queue,
43
+ ).launch(cache_examples=True)