reach-vb HF staff commited on
Commit
72f60ab
1 Parent(s): eefa44d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
16
 
17
  from textwrap import dedent
18
 
19
- import mlx_lm import convert
20
 
21
  HF_TOKEN = os.environ.get("HF_TOKEN")
22
 
 
16
 
17
  from textwrap import dedent
18
 
19
+ from mlx_lm import convert
20
 
21
  HF_TOKEN = os.environ.get("HF_TOKEN")
22