Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
+
}
|