jasonliu166 commited on
Commit
332db5b
1 Parent(s): b40cbae

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
+ # Cat type classification
8
+ This is a classifier for images of cat type. It was trained on simulated image
9
  """
10
 
11
  def predict(img):