Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ pipe = SwittiPipeline.from_pretrained(model_repo_id, device=device, torch_dtype=
|
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
|
17 |
|
18 |
-
@spaces.GPU(duration=65)
|
19 |
def infer(
|
20 |
prompt,
|
21 |
negative_prompt="",
|
|
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
|
17 |
|
18 |
+
# @spaces.GPU(duration=65)
|
19 |
def infer(
|
20 |
prompt,
|
21 |
negative_prompt="",
|