eaglelandsonce commited on
Commit
3679efa
1 Parent(s): f2b09c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -348,6 +348,12 @@ with gr.Blocks() as demo:
348
 
349
  with gr.Tab("Step 5: Movie Maker"):
350
  gr.HTML(TITLE)
 
 
 
 
 
 
351
 
352
  with gr.Tab("Step 6: Movie"):
353
  gr.HTML(TITLE)
 
348
 
349
  with gr.Tab("Step 5: Movie Maker"):
350
  gr.HTML(TITLE)
351
+ with gr.Row():
352
+ with gr.Column(scale=1):
353
+ gr.Image(value = "resources/")
354
+ with gr.Column(scale=1):
355
+ gr.Video(value="resources/GPTMovie2.mp4")
356
+
357
 
358
  with gr.Tab("Step 6: Movie"):
359
  gr.HTML(TITLE)