DarwinAnim8or commited on
Commit
03d06d8
1 Parent(s): d17ba5f

Update app.py

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", cache_examples=False).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=True).launch()