Hivra commited on
Commit
0bd4e7a
1 Parent(s): 3aaccd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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