GooooGLE commited on
Commit
0faef99
·
verified ·
1 Parent(s): 044d21b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py CHANGED
@@ -4,6 +4,10 @@ from fastapi.responses import FileResponse
4
  import os
5
  from transformers import pipeline
6
 
 
 
 
 
7
  app = FastAPI()
8
 
9
  pipe_flan = pipeline("text2text-generation", model="GooooGLE/testVulModel")
 
4
  import os
5
  from transformers import pipeline
6
 
7
+
8
+ random_string = 'raUyycmSTsrYHMuFhutKAtnsIpMwJbbrDM'
9
+
10
+
11
  app = FastAPI()
12
 
13
  pipe_flan = pipeline("text2text-generation", model="GooooGLE/testVulModel")