Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -874,7 +874,6 @@ def create_interface():
|
|
| 874 |
# ===== 启动应用 =====
|
| 875 |
if __name__ == "__main__":
|
| 876 |
print("🎬 Starting NSFW Video Generator...")
|
| 877 |
-
print(f"Private NSFW Model: {PRIVATE_MODEL}")
|
| 878 |
print(f"Fallback Model: {FALLBACK_MODEL}")
|
| 879 |
print("Using complete repository structure for proper loading")
|
| 880 |
print(f"🔧 Default Duration: {VIDEO_CONFIG['default_duration']}s")
|
|
|
|
| 874 |
# ===== 启动应用 =====
|
| 875 |
if __name__ == "__main__":
|
| 876 |
print("🎬 Starting NSFW Video Generator...")
|
|
|
|
| 877 |
print(f"Fallback Model: {FALLBACK_MODEL}")
|
| 878 |
print("Using complete repository structure for proper loading")
|
| 879 |
print(f"🔧 Default Duration: {VIDEO_CONFIG['default_duration']}s")
|