eaglelandsonce commited on
Commit
b562dbc
1 Parent(s): 3727e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks() as demo:
288
  gr.HTML(TITLE)
289
 
290
  with gr.Tab("Final Product"):
291
- gr.HTML(TITLE)
292
 
293
 
294
  demo.queue(max_size=99).launch(debug=False, show_error=True)
 
288
  gr.HTML(TITLE)
289
 
290
  with gr.Tab("Final Product"):
291
+ gr.Video(value="GPTMovie2.mp4")
292
 
293
 
294
  demo.queue(max_size=99).launch(debug=False, show_error=True)