Spaces:
Sleeping
Sleeping
Add application file
Browse files
app.py
CHANGED
|
@@ -127,4 +127,4 @@ with gr.Blocks(title="Phone Vibration Sound Classifier") as demo:
|
|
| 127 |
predict_btn.click(predict, inputs=audio_test, outputs=prediction_output)
|
| 128 |
|
| 129 |
|
| 130 |
-
demo.launch(
|
|
|
|
| 127 |
predict_btn.click(predict, inputs=audio_test, outputs=prediction_output)
|
| 128 |
|
| 129 |
|
| 130 |
+
demo.launch()
|