mat27 commited on
Commit
b0972cc
·
1 Parent(s): 314e5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -7,3 +7,8 @@ os.environ['TRANSFORMERS_CACHE'] = '/blabla/cache/'
7
  app = FastAPI()
8
 
9
  pipe = pipeline(model="mat27/medmnistPrueba")
 
 
 
 
 
 
7
  app = FastAPI()
8
 
9
  pipe = pipeline(model="mat27/medmnistPrueba")
10
+
11
+ @app.get("/generate")
12
+ def generate(){
13
+
14
+ }