kadirnar commited on
Commit
8bc16f1
1 Parent(s): 703d09e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ def download_model(repo_id, model_name):
28
 
29
  import glob
30
 
31
- @spaces.GPU(duration=200)
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
- "A serene underwater scene featuring a sea turtle swimming through a coral reef. The turtle, with its greenish-brown shell",
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,