LuftLiu commited on
Commit
b7db728
1 Parent(s): e7b04c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import requests
4
  import streamlit as st
5
 
6
  """
7
- # HeartNet
8
- This is a classifier for images of 12-lead EKGs. It will attempt to detect whether the EKG indicates an acute MI. It was trained on simulated images.
9
  """
10
 
11
  def predict(img):
 
4
  import streamlit as st
5
 
6
  """
7
+ # Simple Cat Classifier
8
+ This is a simple classifier for Asian, Australian and Bengal cat breeds. It was trained on simulated images.
9
  """
10
 
11
  def predict(img):