Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ app = Flask(__name__)
|
|
11 |
model = AutoModelForImageClassification.from_pretrained(
|
12 |
'./my_model')
|
13 |
image_processor = AutoImageProcessor.from_pretrained(
|
14 |
-
"
|
15 |
|
16 |
|
17 |
@app.route('/upload_image', methods=['POST'])
|
|
|
11 |
model = AutoModelForImageClassification.from_pretrained(
|
12 |
'./my_model')
|
13 |
image_processor = AutoImageProcessor.from_pretrained(
|
14 |
+
"microsoft/resnet-50")
|
15 |
|
16 |
|
17 |
@app.route('/upload_image', methods=['POST'])
|