Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from transformers import pipeline
|
|
4 |
|
5 |
|
6 |
pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-V2.5-1210", trust_remote_code=True)
|
|
|
7 |
app = FastAPI()
|
8 |
|
9 |
|
|
|
4 |
|
5 |
|
6 |
pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-V2.5-1210", trust_remote_code=True)
|
7 |
+
|
8 |
app = FastAPI()
|
9 |
|
10 |
|