jxu124 commited on
Commit
a1cd11f
1 Parent(s): 670759b

[bug] turn off cache_examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ if __name__ == "__main__":
110
  ],
111
  title="VITS Genshin",
112
  description="",
 
113
  )
114
 
115
  app.queue(concurrency_count=1)
 
110
  ],
111
  title="VITS Genshin",
112
  description="",
113
+ cache_examples=False
114
  )
115
 
116
  app.queue(concurrency_count=1)