Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ class Competition:
|
|
41 |
id: str
|
42 |
name: str
|
43 |
|
44 |
-
COMPETITIONS = [Competition(id="
|
45 |
-
DEFAULT_COMPETITION_ID = "
|
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.
|