Spaces:
Runtime error
Runtime error
Commit
·
cbaad8e
1
Parent(s):
8962b59
update app.py
Browse files
app.py
CHANGED
@@ -309,6 +309,7 @@ huggingface_hub.login(os.getenv('PRIVATE_HF_TOKEN'))
|
|
309 |
|
310 |
download_models()
|
311 |
|
|
|
312 |
prepare_pipeline(model_version=ModelVersion.DEFAULT_VERSION, enable_realism=ENABLE_REALISM_DEFAULT, enable_anti_blur=ENABLE_ANTI_BLUR_DEFAULT)
|
313 |
|
314 |
demo.queue()
|
|
|
309 |
|
310 |
download_models()
|
311 |
|
312 |
+
prepare_pipeline(model_version='sim_stage1', enable_realism=True, enable_anti_blur=True)
|
313 |
prepare_pipeline(model_version=ModelVersion.DEFAULT_VERSION, enable_realism=ENABLE_REALISM_DEFAULT, enable_anti_blur=ENABLE_ANTI_BLUR_DEFAULT)
|
314 |
|
315 |
demo.queue()
|