Kaan commited on
Commit
39504a0
·
verified ·
1 Parent(s): 44ba060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import FastAPI, HTTPException
2
  from transformers import AutoModelForCausalLM, AutoTokenizer
3
  from huggingface_hub import hf_hub_download
4
- from huggingface_hub import snapshot_download
5
  import os
6
 
7
  app = FastAPI()
 
1
  from fastapi import FastAPI, HTTPException
2
  from transformers import AutoModelForCausalLM, AutoTokenizer
3
  from huggingface_hub import hf_hub_download
4
+ from huggingface_hub import snapshot_download
5
  import os
6
 
7
  app = FastAPI()