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