isom5240 commited on
Commit
23b1c3a
·
verified ·
1 Parent(s): adf98be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def main():
20
  max_index = np.argmax(predictions)
21
  st.write(f"result (AutoModel) - Label: {max_index}")
22
  if __name__ == "__main__":
23
- main()
 
20
  max_index = np.argmax(predictions)
21
  st.write(f"result (AutoModel) - Label: {max_index}")
22
  if __name__ == "__main__":
23
+ main()