karanravindra commited on
Commit
7949cfa
1 Parent(s): a8799b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ gr.Interface(
46
  ],
47
  outputs="image",
48
  examples=[[123, 15], [42, 29], [456, 8], [1337, 35]],
49
- ).launch(cache_examples=True)
50
 
 
46
  ],
47
  outputs="image",
48
  examples=[[123, 15], [42, 29], [456, 8], [1337, 35]],
49
+ ).launch()
50