Omarrran commited on
Commit
f9e31a0
·
verified ·
1 Parent(s): e5d6864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ class TextGen(nn.Module):
52
 
53
  def load_model():
54
  # Get the directory where the model files are stored
55
- model_dir = Path("Omarrran/kashmiri_text_generation_trail/tree/main") # This is the path in HF Spaces
56
 
57
  # Load configuration
58
  with open(model_dir / 'model_config.json', 'r') as f:
 
52
 
53
  def load_model():
54
  # Get the directory where the model files are stored
55
+ model_dir = Path("/home/user/app/") # This is the path in HF Spaces
56
 
57
  # Load configuration
58
  with open(model_dir / 'model_config.json', 'r') as f: