Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -828,6 +828,7 @@ def view_projects():
|
|
| 828 |
"generation_times": story_record.get("generation_times", {}),
|
| 829 |
"created_at": story_record.get("created_at", ""),
|
| 830 |
"input_type": story_record.get("input_type", ""),
|
|
|
|
| 831 |
"story_type": story_record.get("story_type", ""),
|
| 832 |
"video_url": story_record.get("video_url", "") # Include video URL if present
|
| 833 |
}
|
|
|
|
| 828 |
"generation_times": story_record.get("generation_times", {}),
|
| 829 |
"created_at": story_record.get("created_at", ""),
|
| 830 |
"input_type": story_record.get("input_type", ""),
|
| 831 |
+
"input_params": story_record.get("input_params", {})
|
| 832 |
"story_type": story_record.get("story_type", ""),
|
| 833 |
"video_url": story_record.get("video_url", "") # Include video URL if present
|
| 834 |
}
|