Spaces:
Runtime error
Runtime error
Kaan
commited on
Update app.py
Browse files
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 |
-
|
| 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()
|