Fixed bug with hw accel ffmpeg encoders by testing them beforehand #12. Added command arg —colab_performance to maximize performance in Google Colab. Colab notebook updated.

This commit is contained in:
Xavi Vinaixa
2023-06-07 17:22:27 +02:00
parent ef9b64ad92
commit 5bc01cf583
4 changed files with 74 additions and 32 deletions

View File

@@ -42,7 +42,7 @@
"\n",
"!wget --content-disposition \"https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx\"\n",
"\n",
"!python app.py --share_gradio\n"
"!python app.py --share_gradio --colab_performance\n"
]
}
],