Tanmay09516 commited on
Commit
522b237
·
verified ·
1 Parent(s): cc35eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def generate_pil_images():
23
  return pil_images
24
 
25
  # Path to the video of training images visualization
26
- training_video_path = "training_visualization.mp4" # Replace with your video file path
27
 
28
  # Create a Gradio interface
29
  with gr.Blocks() as demo:
 
23
  return pil_images
24
 
25
  # Path to the video of training images visualization
26
+ training_video_path = "anime-gan-training.mp4" # Replace with your video file path
27
 
28
  # Create a Gradio interface
29
  with gr.Blocks() as demo: