bllin001 commited on
Commit
de4a794
·
verified ·
1 Parent(s): 3c7d825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ if uploaded_file:
50
  # mmd path
51
  mmd_path = f'./files/{output_file}'
52
 
53
- with open(input_path, 'wb') as f:
54
- f.write(uploaded_file.getbuffer())
55
 
56
  # Load the model
57
  @st.cache_resource(show_spinner=False)
 
50
  # mmd path
51
  mmd_path = f'./files/{output_file}'
52
 
53
+ #with open(input_path, 'wb') as f:
54
+ #f.write(uploaded_file.getbuffer())
55
 
56
  # Load the model
57
  @st.cache_resource(show_spinner=False)