Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
d7fd091
1
Parent(s):
076d387
Update
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ if os.environ.get("MOSAICML_API_KEY") is None:
|
|
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):
|
|
|
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):
|