akhaliq HF Staff commited on
Commit
b8af6da
·
verified ·
1 Parent(s): 9d99323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -249,4 +249,5 @@ if __name__ == "__main__":
249
  enable_monitoring=False,
250
  quiet=True,
251
  max_threads=40, # Increase thread pool for better performance
 
252
  )
 
249
  enable_monitoring=False,
250
  quiet=True,
251
  max_threads=40, # Increase thread pool for better performance
252
+ ssr_model=True
253
  )