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 |
|
@@ -112,7 +112,7 @@ def main():
|
|
112 |
gr.Examples(
|
113 |
examples=[
|
114 |
[
|
115 |
-
"
|
116 |
],
|
117 |
],
|
118 |
fn=run_inference,
|
|
|
28 |
|
29 |
import glob
|
30 |
|
31 |
+
@spaces.GPU(duration=230)
|
32 |
def run_inference(prompt_text):
|
33 |
repo_id = "hpcai-tech/Open-Sora"
|
34 |
|
|
|
112 |
gr.Examples(
|
113 |
examples=[
|
114 |
[
|
115 |
+
"Several giant wooly mammoths approach treading through a snowy meadow, their long wooly fur lightly blows in the wind as they walk, snow covered trees and dramatic snow capped mountains in the distance, mid afternoon light with wispy clouds and a sun high in the distance creates a warm glow, the low camera view is stunning capturing the large furry mammal with beautiful photography, depth of field.",
|
116 |
],
|
117 |
],
|
118 |
fn=run_inference,
|