Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
076d387
1
Parent(s):
b4008c3
Update
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ if os.environ.get("MOSAICML_API_KEY") is None:
|
|
17 |
raise ValueError("git environment variable must be set")
|
18 |
# """
|
19 |
|
20 |
-
def predict(x, y,
|
21 |
-
|
22 |
|
23 |
|
24 |
def download_mpt_quant(destination_folder: str, repo_id: str, model_filename: str):
|
|
|
17 |
raise ValueError("git environment variable must be set")
|
18 |
# """
|
19 |
|
20 |
+
def predict(x, y, timeout):
|
21 |
+
logger.debug(f"{x=}, {y=}, {timeout=}"
|
22 |
|
23 |
|
24 |
def download_mpt_quant(destination_folder: str, repo_id: str, model_filename: str):
|