Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def download_model(repo_id, model_name):
|
|
28 |
|
29 |
import glob
|
30 |
|
31 |
-
@spaces.GPU(duration=
|
32 |
def run_inference(prompt_text):
|
33 |
repo_id = "hpcai-tech/Open-Sora"
|
34 |
|
|
|
28 |
|
29 |
import glob
|
30 |
|
31 |
+
@spaces.GPU(duration=280)
|
32 |
def run_inference(prompt_text):
|
33 |
repo_id = "hpcai-tech/Open-Sora"
|
34 |
|