multimodalart HF Staff commited on
Commit
bc8eac2
·
verified ·
1 Parent(s): 51f5d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def upsample_prompt(prompt: str, width: int, height: int) -> str:
139
  )[0].strip()
140
 
141
 
142
- @spaces.GPU(duration=240)
143
  def generate(
144
  prompt: str,
145
  mode: str,
 
139
  )[0].strip()
140
 
141
 
142
+ @spaces.GPU(duration=180, size="xlarge")
143
  def generate(
144
  prompt: str,
145
  mode: str,