Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ if uploaded_file is not None and st.button("Predict Batch"):
|
|
| 134 |
|
| 135 |
except requests.exceptions.RequestException as e:
|
| 136 |
st.error(f"Connection error: {e}")
|
| 137 |
-
except Exception as
|
| 138 |
st.error(f"Unexpected error: {e}")
|
| 139 |
|
| 140 |
# Add information section
|
|
|
|
| 134 |
|
| 135 |
except requests.exceptions.RequestException as e:
|
| 136 |
st.error(f"Connection error: {e}")
|
| 137 |
+
except Exception as e:
|
| 138 |
st.error(f"Unexpected error: {e}")
|
| 139 |
|
| 140 |
# Add information section
|