gnumanth commited on
Commit
0c78edd
·
verified ·
1 Parent(s): f349c08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -34,6 +34,8 @@ def save_uploaded_file(uploaded_file):
34
  with open(temp_filename, 'wb') as f:
35
  f.write(file_object.read())
36
 
 
 
37
  return temp_filename
38
 
39
  except Exception as e:
 
34
  with open(temp_filename, 'wb') as f:
35
  f.write(file_object.read())
36
 
37
+ print(filename, temp_filename)
38
+
39
  return temp_filename
40
 
41
  except Exception as e: