vilarin commited on
Commit
02072e0
1 Parent(s): 1cdb851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if torch.cuda.is_available():
47
 
48
  # Function
49
  @spaces.GPU(duration=120)
50
- def generate_image(
51
  prompt,
52
  negative="low quality",
53
  second: float = 10.0):
 
47
 
48
  # Function
49
  @spaces.GPU(duration=120)
50
+ def main(
51
  prompt,
52
  negative="low quality",
53
  second: float = 10.0):