Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ text = "The future belongs to those who believe in the beauty of their dreams."
|
|
290 |
#text = (summarized_text_list_list)
|
291 |
|
292 |
#inputs = processor(text=summarized_text_list_list, return_tensors="pt")
|
293 |
-
inputs = processor(
|
294 |
from datasets import load_dataset
|
295 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|
296 |
|
|
|
290 |
#text = (summarized_text_list_list)
|
291 |
|
292 |
#inputs = processor(text=summarized_text_list_list, return_tensors="pt")
|
293 |
+
inputs = processor("Michelletest", return_tensors="pt")
|
294 |
from datasets import load_dataset
|
295 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|
296 |
|