eaglelandsonce commited on
Commit
be203d0
1 Parent(s): 458b248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ with gr.Blocks() as demo:
383
  with gr.Column(scale=1):
384
  gr.Textbox(value = movie_script, label="Movie Script", lines=18, interactive=False )
385
  with gr.Column(scale=4):
386
- gr.Video(label="Stable Diffusion XT", value="sdiff.mp4")
387
 
388
 
389
 
 
383
  with gr.Column(scale=1):
384
  gr.Textbox(value = movie_script, label="Movie Script", lines=18, interactive=False )
385
  with gr.Column(scale=4):
386
+ gr.Video(label="Stable Diffusion XT", value="resources/sdiff.mp4")
387
 
388
 
389