eaglelandsonce
commited on
Commit
·
c993d67
1
Parent(s):
beab7e5
Update app.py
Browse files
app.py
CHANGED
@@ -374,10 +374,9 @@ 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=
|
378 |
gr.Video(label="Runway.ai", value="resources/GPTMovie2.mp4")
|
379 |
-
|
380 |
-
gr.Video(label="Stable Diffusion XT", value="resources/StableDiffusion.mp4")
|
381 |
|
382 |
with gr.Tab("Step 7: Diffusion Movie"):
|
383 |
gr.HTML(TITLE)
|
|
|
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 |
|
381 |
with gr.Tab("Step 7: Diffusion Movie"):
|
382 |
gr.HTML(TITLE)
|