Kaylah072001 commited on
Commit
79ab59b
·
verified ·
1 Parent(s): 6019fdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import io
5
 
6
  # Load the image classification pipeline
7
  try:
8
- classifier = pipeline(task="image-classification", model="julien-c/bullish-or-bearish")
9
  except Exception as e:
10
  st.error(f"Error loading the model: {e}")
11
  st.stop()
 
5
 
6
  # Load the image classification pipeline
7
  try:
8
+ classifier = pipeline(task="image-classification", model="microsoft/resnet-50")
9
  except Exception as e:
10
  st.error(f"Error loading the model: {e}")
11
  st.stop()