Spaces:
Paused
Paused
Commit ·
27c0c4f
1
Parent(s): c185cfa
Fix full path
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ class GradioApp:
|
|
| 30 |
self.controlnet_processor = ControlNetProcessor()
|
| 31 |
# Initialize VideoGenerator with required paths and details
|
| 32 |
self.video_generator = VideoGenerator(
|
| 33 |
-
model_cfg_path="/home/user/app/gradio_config.yaml",
|
| 34 |
model_repo_id="szymanowiczs/splatter-image-multi-category-v1",
|
| 35 |
model_filename="model_latest.pth"
|
| 36 |
)
|
|
|
|
| 30 |
self.controlnet_processor = ControlNetProcessor()
|
| 31 |
# Initialize VideoGenerator with required paths and details
|
| 32 |
self.video_generator = VideoGenerator(
|
| 33 |
+
model_cfg_path="/home/user/app/splatter-image/gradio_config.yaml",
|
| 34 |
model_repo_id="szymanowiczs/splatter-image-multi-category-v1",
|
| 35 |
model_filename="model_latest.pth"
|
| 36 |
)
|