Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -68,4 +68,4 @@ if uploaded_file is not None:
|
|
| 68 |
st.success("Batch predictions completed!")
|
| 69 |
st.write(predictions) # Display the predictions
|
| 70 |
else:
|
| 71 |
-
st.error(
|
|
|
|
| 68 |
st.success("Batch predictions completed!")
|
| 69 |
st.write(predictions) # Display the predictions
|
| 70 |
else:
|
| 71 |
+
st.error(response.status_code)
|