Stevenqaq commited on
Commit
f10481a
·
verified ·
1 Parent(s): c667342

Update appqaq.py

Browse files
Files changed (1) hide show
  1. appqaq.py +3 -3
appqaq.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):
@@ -21,7 +21,7 @@ def predict(img):
21
 
22
 
23
  path = "./"
24
- learn_inf = load_learner(path + "demo_model.pkl")
25
 
26
  option = st.radio("", ["Upload Image", "Image URL"])
27
 
 
4
  import streamlit as st
5
 
6
  """
7
+ #
8
+ This is a classifier for images of winter iu tzuyu and hanni
9
  """
10
 
11
  def predict(img):
 
21
 
22
 
23
  path = "./"
24
+ learn_inf = load_learner(path + "resnet34_stage.pkl")
25
 
26
  option = st.radio("", ["Upload Image", "Image URL"])
27