Shankarm08 commited on
Commit
f062940
·
verified ·
1 Parent(s): 3c9451d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
3
  import git
4
 
5
  # Clone the GitHub repository
6
- repo = git.Repo.clone_from('https://github.com/ylacombe/parler-tts.git', 'parler-tts', force=True)
7
 
8
  # Load the model and tokenizer from the local directory
9
  model = AutoModelForSequenceClassification.from_pretrained(repo.path)
 
3
  import git
4
 
5
  # Clone the GitHub repository
6
+ repo = git.Repo.clone_from('https://github.com/ylacombe/parler-tts.git', 'parler-tts')
7
 
8
  # Load the model and tokenizer from the local directory
9
  model = AutoModelForSequenceClassification.from_pretrained(repo.path)