mrbeliever commited on
Commit
c3d33e8
1 Parent(s): af38f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def generate_image(prompt, base="Realistic", motion="", step=8, progress=gr.Prog
79
  # Gradio Interface
80
  with gr.Blocks(css="style.css") as demo:
81
  gr.HTML(
82
- "<h1><center>Video Generator</center></h1>" +
83
  )
84
  with gr.Group():
85
  with gr.Row():
 
79
  # Gradio Interface
80
  with gr.Blocks(css="style.css") as demo:
81
  gr.HTML(
82
+ "<h1><center>Video Generator</center></h1>"
83
  )
84
  with gr.Group():
85
  with gr.Row():