manasranjanpani commited on
Commit
d82a701
·
verified ·
1 Parent(s): b591c22

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Exception as e:
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