indicxlitf / app.py
kasimali's picture
Upload folder using huggingface_hub
f047780 verified
raw
history blame contribute delete
413 Bytes
# indicxlitF
# Cell 1: Force IndicXlit Installation
print("⚠️ Downgrading pip to bypass metadata errors...")
# Step 1: Downgrade pip to version that handles old metadata
# Step 2: Use compatible PyTorch version (latest available)
# Step 3: Install with no build isolation to bypass build errors
print("✅ Installation complete with pip downgrade method")
print("⚠️ Restart runtime before testing!")