rahul7star commited on
Commit
94b0a2d
·
verified ·
1 Parent(s): d6bc33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  import os
8
  import zipfile
9
  import tempfile # ✅ Add this!
10
-
11
  os.environ["HF_HOME"] = "/tmp/hf_cache"
12
  os.makedirs("/tmp/hf_cache", exist_ok=True)
13
 
 
7
  import os
8
  import zipfile
9
  import tempfile # ✅ Add this!
10
+ from fastapi import FastAPI, Query
11
  os.environ["HF_HOME"] = "/tmp/hf_cache"
12
  os.makedirs("/tmp/hf_cache", exist_ok=True)
13