Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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")
|