abby4 commited on
Commit
95c77f5
1 Parent(s): baea1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
46
  gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or Record audio (WAV or MP3)"),
47
  ],
48
  outputs=gr.components.Label(num_top_classes=3),
49
- live=True
 
 
50
  ).launch()
51
- title="GREEN PEGION CLASSIFIER",
52
- description="Green Pegion Classifier"
 
46
  gr.Audio(sources=["upload", "microphone"], type="filepath", label="Upload or Record audio (WAV or MP3)"),
47
  ],
48
  outputs=gr.components.Label(num_top_classes=3),
49
+ live=True,
50
+ title="GREEN PEGION CLASSIFIER",
51
+ description="Upload or record an audio file and then wait some minutes for the output..."
52
  ).launch()