Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from diffusers import DiffusionPipeline
|
|
7 |
|
8 |
def main():
|
9 |
classifier = pipeline("text-classification", model="lori0330/BART_FineTuned_ZeroShotClassification")
|
10 |
-
summarizer = pipeline(
|
11 |
painter = DiffusionPipeline.from_pretrained(
|
12 |
"cagliostrolab/animagine-xl-3.1",
|
13 |
torch_dtype=torch.float16,
|
|
|
7 |
|
8 |
def main():
|
9 |
classifier = pipeline("text-classification", model="lori0330/BART_FineTuned_ZeroShotClassification")
|
10 |
+
summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|
11 |
painter = DiffusionPipeline.from_pretrained(
|
12 |
"cagliostrolab/animagine-xl-3.1",
|
13 |
torch_dtype=torch.float16,
|