MostafaHazem commited on
Commit
a602005
·
1 Parent(s): 3f362f6

Modified app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ interface = gr.Interface(
47
  outputs=gr.Image(label="Generated Video (GIF)", type="filepath"),
48
  title="Image-to-Video Generator",
49
  description="Generate videos from text prompts and input images using AI.",
50
- article="Made by: Mostafa Hazem, Daiee Elchazly, Mohamed Mostafa, Noreen Hamdy"
51
  )
52
 
53
  if __name__ == "__main__":
 
47
  outputs=gr.Image(label="Generated Video (GIF)", type="filepath"),
48
  title="Image-to-Video Generator",
49
  description="Generate videos from text prompts and input images using AI.",
50
+ article="Made by: Mostafa Hazem."
51
  )
52
 
53
  if __name__ == "__main__":