harishsohani commited on
Commit
17633ad
·
verified ·
1 Parent(s): 3f1e31a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ if file is not None:
54
  st.header("Batch Prediction Results")
55
  st.write(result)
56
  else:
57
- st.error("Error in API request")
58
 
 
54
  st.header("Batch Prediction Results")
55
  st.write(result)
56
  else:
57
+ st.error("Error in API request"+str(response.status_code))
58