atsuga commited on
Commit
53b69dc
·
verified ·
1 Parent(s): 0bf203d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ def auto_predict():
112
  return jsonify({'error': str(e)}), 400
113
 
114
  app = FastAPI()
115
- app.mount("/flask", WSGIMiddleware(flask_app))
 
112
  return jsonify({'error': str(e)}), 400
113
 
114
  app = FastAPI()
115
+ app.mount("/", WSGIMiddleware(flask_app))