toshas commited on
Commit
a250ecf
1 Parent(s): bfaad73

disable example caching - does not display 16bit png properly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  height: 32px;
121
  }
122
  """,
123
- cache_examples=True,
124
  )
125
 
126
 
 
120
  height: 32px;
121
  }
122
  """,
123
+ cache_examples=False,
124
  )
125
 
126