Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def download_model(repo_id, model_name):
|
|
41 |
|
42 |
import glob
|
43 |
|
44 |
-
@spaces.GPU(duration=
|
45 |
def run_inference(prompt_text):
|
46 |
repo_id = "hpcai-tech/Open-Sora"
|
47 |
|
|
|
41 |
|
42 |
import glob
|
43 |
|
44 |
+
@spaces.GPU(duration=500)
|
45 |
def run_inference(prompt_text):
|
46 |
repo_id = "hpcai-tech/Open-Sora"
|
47 |
|