Spaces:
Sleeping
Sleeping
Update compute_model_property.py
Browse files
compute_model_property.py
CHANGED
@@ -16,6 +16,7 @@ import numpy as np
|
|
16 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, TrainingArguments, Trainer
|
17 |
from evaluate import load
|
18 |
|
|
|
19 |
from fastapi import FastAPI
|
20 |
app = FastAPI()
|
21 |
|
|
|
16 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, TrainingArguments, Trainer
|
17 |
from evaluate import load
|
18 |
|
19 |
+
import uvicorn
|
20 |
from fastapi import FastAPI
|
21 |
app = FastAPI()
|
22 |
|