Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang Vo committed Sep 2, 2021
1 parent cab8af1 commit 797237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask_cors import CORS
import time

from demo import *
from demo_no_deblur import *
from preprocessing_img import *

app = Flask(__name__)
Expand Down

0 comments on commit 797237b

Please sign in to comment.