Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import cv2
|
|
5 |
from modelscope.pipelines import pipeline
|
6 |
from modelscope.utils.constant import Tasks
|
7 |
|
8 |
-
text2image = pipeline(Tasks.text_to_image_synthesis,"damo/
|
9 |
|
10 |
def inference(text):
|
11 |
|
|
|
5 |
from modelscope.pipelines import pipeline
|
6 |
from modelscope.utils.constant import Tasks
|
7 |
|
8 |
+
text2image = pipeline(Tasks.text_to_image_synthesis,"damo/cv_diffusion_text-to-image-synthesis_tiny")
|
9 |
|
10 |
def inference(text):
|
11 |
|