Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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:
|