Spaces:
Runtime error
Runtime error
Shankarm08
commited on
Update app.py
Browse files
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'
|
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)
|