Skip to content

Commit

Permalink
add uvicorn, change launch config, disable cloud build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Dec 21, 2023
1 parent 62f3499 commit 7a8529f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from flask import Flask, request
# from flask import Flask, request
from fastapi import FastAPI
from src.lib.query_sentinel import Sentinel2Client

app = Flask(__name__)
# app = Flask(__name__)
app = FastAPI(__name__)

@app.route('/')
def index():
Expand Down
4 changes: 2 additions & 2 deletions exploratory/burn_severity_dome.ipynb

Large diffs are not rendered by default.

0 comments on commit 7a8529f

Please sign in to comment.