luis-blash
commited on
Commit
•
d6cee87
1
Parent(s):
068dc99
feat: unit image
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def inference(
|
|
86 |
qrcode_image = resize_for_condition_image(qrcode_image, 768)
|
87 |
|
88 |
init_image = qrcode_image
|
89 |
-
return
|
90 |
|
91 |
def handle_post_request_test_file():
|
92 |
img = "https://cdn2.steamgriddb.com/icon/e22dd5dabde45eda5a1a67772c8e25dd/32/256x256.png"
|
|
|
86 |
qrcode_image = resize_for_condition_image(qrcode_image, 768)
|
87 |
|
88 |
init_image = qrcode_image
|
89 |
+
return init_image
|
90 |
|
91 |
def handle_post_request_test_file():
|
92 |
img = "https://cdn2.steamgriddb.com/icon/e22dd5dabde45eda5a1a67772c8e25dd/32/256x256.png"
|