Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|