DarwinAnim8or commited on
Commit
d17ba5f
1 Parent(s): 3d3bf3c

Disable example caching as a test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ examples = [
8
  ]
9
 
10
  #Start the UI
11
- gr.Interface.load("models/NoCrypt/SomethingV2_2", examples=examples, title="Something Frontend App", description="A simple anime style image generator").launch()
 
8
  ]
9
 
10
  #Start the UI
11
+ gr.Interface.load("models/NoCrypt/SomethingV2_2", examples=examples, title="Something Frontend App", description="A simple anime style image generator", cache_examples=False).launch()