File size: 167 Bytes
3a1d71c |
1 2 3 4 5 |
import launch
if not launch.is_installed("huggingface_hub"):
launch.run_pip("install huggingface-hub==0.11.0", "requirements for Push to Hugging Face extension")
|
3a1d71c |
1 2 3 4 5 |
import launch
if not launch.is_installed("huggingface_hub"):
launch.run_pip("install huggingface-hub==0.11.0", "requirements for Push to Hugging Face extension")
|