Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -170,7 +170,7 @@ def engine(text_input):
|
|
170 |
#run(prompt, steps, width, height, images, scale)
|
171 |
|
172 |
|
173 |
-
return
|
174 |
|
175 |
#image = gr.outputs.Image(type="pil", label="output image")
|
176 |
app = gr.Interface(engine,
|
|
|
170 |
#run(prompt, steps, width, height, images, scale)
|
171 |
|
172 |
|
173 |
+
return 'mergedvideo.mp4' #img, entities, speech
|
174 |
|
175 |
#image = gr.outputs.Image(type="pil", label="output image")
|
176 |
app = gr.Interface(engine,
|