PlixAI commited on
Commit
755875d
·
verified ·
1 Parent(s): c5e97be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ class Competition:
41
  id: str
42
  name: str
43
 
44
- COMPETITIONS = [Competition(id="m6_xl", name="midjourney-6-sdxl")]
45
- DEFAULT_COMPETITION_ID = "m1"
46
 
47
  def run_in_subprocess(func: functools.partial, ttl: int) -> typing.Any:
48
  """Runs the provided function on a subprocess with 'ttl' seconds to complete.
 
41
  id: str
42
  name: str
43
 
44
+ COMPETITIONS = [Competition(id="m6", name="midjourney-6-sdxl")]
45
+ DEFAULT_COMPETITION_ID = "m6"
46
 
47
  def run_in_subprocess(func: functools.partial, ttl: int) -> typing.Any:
48
  """Runs the provided function on a subprocess with 'ttl' seconds to complete.