Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -11,7 +11,8 @@ def engine(text_input):
|
|
11 |
entities = [tupl for tupl in entities if None not in tupl]
|
12 |
entities_num = len(entities)
|
13 |
|
14 |
-
img = gr.Interface.load("spaces/multimodalart/latentdiffusion", inputs=['George'
|
|
|
15 |
|
16 |
speech = text2speech(text_input)
|
17 |
return entities, speech, img
|
|
|
11 |
entities = [tupl for tupl in entities if None not in tupl]
|
12 |
entities_num = len(entities)
|
13 |
|
14 |
+
img = gr.Interface.load("spaces/multimodalart/latentdiffusion", inputs=['George',,,,,], title="Convert text to image")
|
15 |
+
#inputs=['George',50,256,256,1,10]
|
16 |
|
17 |
speech = text2speech(text_input)
|
18 |
return entities, speech, img
|