ysharma HF Staff commited on
Commit
1f2fe63
·
1 Parent(s): 9ba3c73
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def engine(text_input):
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,
 
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,