Instructions to use waleeyd/deepfake_tool with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use waleeyd/deepfake_tool with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://waleeyd/deepfake_tool") - Notebooks
- Google Colab
- Kaggle
File size: 68 Bytes
6593655 | 1 2 | web: gunicorn --workers=1 --threads=4 --bind=0.0.0.0:$PORT app:app
|