Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
# Create a new FastAPI app instance
|
6 |
app = FastAPI()
|
7 |
|
8 |
-
pipe = pipeline(model="mat27/medmnistPrueba)
|
9 |
|
10 |
@app.get("/generate")
|
11 |
def generate(imagen: np.array):
|
|
|
5 |
# Create a new FastAPI app instance
|
6 |
app = FastAPI()
|
7 |
|
8 |
+
pipe = pipeline(model="mat27/medmnistPrueba")
|
9 |
|
10 |
@app.get("/generate")
|
11 |
def generate(imagen: np.array):
|