Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if torch.cuda.is_available():
|
|
47 |
|
48 |
# Function
|
49 |
@spaces.GPU(duration=120)
|
50 |
-
def
|
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):
|