eaglelandsonce commited on
Commit
4de4959
·
1 Parent(s): ca06aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -377,13 +377,13 @@ with gr.Blocks() as demo:
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)
382
  with gr.Row():
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/GPTMovie2.mp4")
387
 
388
 
389
 
 
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)
382
  with gr.Row():
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="")
387
 
388
 
389