moro23 commited on
Commit
7539d90
·
verified ·
1 Parent(s): 833cfe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def heart_signal_classification(data):
51
  ################### Gradio Web APP ################################
52
  title = "Heart Signal Classification App"
53
  Input = gr.Audio(shape=(299, 299), label="Please Upload An Image")
54
- Output1 = gr.Textbox(label="Type Of Heart Signal)
55
  description = "Type Of Signal: Artifact, Murmur, Normal"
56
  iface = gr.Interface(fn=maize_disease_classifier, inputs=Input, outputs=Output1, title=title, description=description)
57
 
 
51
  ################### Gradio Web APP ################################
52
  title = "Heart Signal Classification App"
53
  Input = gr.Audio(shape=(299, 299), label="Please Upload An Image")
54
+ Output1 = gr.Textbox(label="Type Of Heart Signal")
55
  description = "Type Of Signal: Artifact, Murmur, Normal"
56
  iface = gr.Interface(fn=maize_disease_classifier, inputs=Input, outputs=Output1, title=title, description=description)
57