Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def run_inference(prompt_text):
|
|
33 |
repo_id = "hpcai-tech/Open-Sora"
|
34 |
|
35 |
# Map model names to their respective configuration files
|
36 |
-
model_name = "OpenSora-v1-HQ-
|
37 |
config_mapping = {
|
38 |
"OpenSora-v1-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
39 |
"OpenSora-v1-HQ-16x256x256.pth": "configs/opensora/inference/16x512x512.py",
|
|
|
33 |
repo_id = "hpcai-tech/Open-Sora"
|
34 |
|
35 |
# Map model names to their respective configuration files
|
36 |
+
model_name = "OpenSora-v1-HQ-16x512x512.pth"
|
37 |
config_mapping = {
|
38 |
"OpenSora-v1-16x256x256.pth": "configs/opensora/inference/16x256x256.py",
|
39 |
"OpenSora-v1-HQ-16x256x256.pth": "configs/opensora/inference/16x512x512.py",
|