Spaces:
Runtime error
Runtime error
rohithk-03
commited on
Commit
·
2b64a89
1
Parent(s):
82d4458
update return msg
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- app.py +1 -1
- carDamageDetectionFinal +0 -1
- kaggle.json +0 -1
__pycache__/app.cpython-312.pyc
DELETED
Binary file (4.78 kB)
|
|
app.py
CHANGED
@@ -172,7 +172,7 @@ def fetchImage():
|
|
172 |
@app.route("/generate-report", methods=["POST"])
|
173 |
def generate_report():
|
174 |
file = None
|
175 |
-
if "
|
176 |
report_url = request.form["report_url"]
|
177 |
insurance_url = request.form["insurance_url"]
|
178 |
url = main(report_url, insurance_url, "output.pdf")
|
|
|
172 |
@app.route("/generate-report", methods=["POST"])
|
173 |
def generate_report():
|
174 |
file = None
|
175 |
+
if "report_url" in request.form:
|
176 |
report_url = request.form["report_url"]
|
177 |
insurance_url = request.form["insurance_url"]
|
178 |
url = main(report_url, insurance_url, "output.pdf")
|
carDamageDetectionFinal
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit c07fb3351b345190fa253cc10972815b04e223a5
|
|
|
|
kaggle.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"username":"reiddson","key":"c0103af93ef7241309fc2308824981e0"}
|
|
|
|