eaglelandsonce commited on
Commit
beab7e5
1 Parent(s): 0929c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -374,8 +374,10 @@ with gr.Blocks() as demo:
374
  with gr.Row():
375
  with gr.Column(scale=1):
376
  gr.Textbox(value = movie_script, label="Movie Script", lines=18, interactive=False )
377
- with gr.Column(scale=4):
378
  gr.Video(label="Runway.ai", value="resources/GPTMovie2.mp4")
 
 
379
 
380
  with gr.Tab("Step 7: Diffusion Movie"):
381
  gr.HTML(TITLE)
@@ -383,7 +385,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="resources/sdiff.mp4")
387
 
388
 
389
 
 
374
  with gr.Row():
375
  with gr.Column(scale=1):
376
  gr.Textbox(value = movie_script, label="Movie Script", lines=18, interactive=False )
377
+ with gr.Column(scale=1):
378
  gr.Video(label="Runway.ai", value="resources/GPTMovie2.mp4")
379
+ with gr.Column(scale=1):
380
+ gr.Video(label="Stable Diffusion XT", value="resources/StableDiffusion.mp4")
381
 
382
  with gr.Tab("Step 7: Diffusion Movie"):
383
  gr.HTML(TITLE)
 
385
  with gr.Column(scale=1):
386
  gr.Textbox(value = movie_script, label="Movie Script", lines=18, interactive=False )
387
  with gr.Column(scale=4):
388
+ gr.Video(label="Stable Diffusion XT", value="resources/StableDiffusion.mp4")
389
 
390
 
391