ffreemt commited on
Commit
076d387
1 Parent(s): b4008c3
Files changed (1) hide show
  1. app.py +2 -2
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, z):
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):