pragnakalp
commited on
Commit
•
cf9c2bf
1
Parent(s):
703f9d4
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ def save_details(Method,text_output,img):
|
|
119 |
method = []
|
120 |
img_path = []
|
121 |
text = []
|
|
|
122 |
picture_path = "image.jpg"
|
123 |
curr_datetime = datetime.now().strftime('%Y-%m-%d %H-%M-%S')
|
124 |
if text_output:
|
|
|
119 |
method = []
|
120 |
img_path = []
|
121 |
text = []
|
122 |
+
input_img = ''
|
123 |
picture_path = "image.jpg"
|
124 |
curr_datetime = datetime.now().strftime('%Y-%m-%d %H-%M-%S')
|
125 |
if text_output:
|